callstack / react-native-slider

React Native component exposing Slider from iOS and SeekBar from Android
MIT License
1.22k stars 270 forks source link

It doesn't work in portrait mode on maps component #593

Closed qaniqani closed 2 months ago

qaniqani commented 7 months ago

Environment

The slider does not work in portrait mode on the Android emulator and device on the react-native-maps component. It also works very hard horizontally. There is no problem on iOS.

Versions: "react-native-map-clustering": "^3.4.2", "react-native-maps": "^1.13.0", "@react-native-community/slider": "^4.5.0"

Ekran Resmi 2024-04-12 12 59 05
draggie commented 2 months ago

@qaniqani Please provide working reproduction, I have verified this on android and seem to be working correctly in both portrait and horizontal view, so maybe it might be some touch interference in maps package but I would need reproduced example.

qaniqani commented 2 months ago

@draggie Hello, After taking 2 days, I gave up and solved the problem with a different package. In this case, it is not possible for me to have the same chance again... Thank you for your interest.