Scrolling works fine in ios but not scroll in android
+1
I have a similar issue with a horizontal scroll inside the header. Works on ios, but is buggy on android. If you use multiple fingers/play around with it, it will work. Otherwise, the bottom sheet keeps being selected.
Confirmed on Android for me.
Possible workaround is to just put anything scrollable in the body and adjust the snap points accordingly so that the top portion of the body mimics a header.
Possible workaround is to just put anything scrollable in the body and adjust the snap points accordingly so that the top portion of the body mimics a header.
can you provide code example.
https://github.com/osdnk/react-native-reanimated-bottom-sheet/issues/224#issuecomment-624772771
Just import ScrollView/FlatList from react-native-gesture-handler
That works on android without any other workarounds
Just import ScrollView/FlatList from
react-native-gesture-handler
That works on android without any other workarounds
Life saver. Thanks a lot man! 馃檶
Similar issue with horizontal ViewPager inside BottomSheet.
Any workarounds?
@vertvvv you are my hero bro ! thanks
Just import ScrollView/FlatList from
react-native-gesture-handler
That works on android without any other workarounds
That 100% solved my issue as well. Thank you 馃槃
Just import ScrollView/FlatList from
react-native-gesture-handler
That works on android without any other workarounds
thanks a lot
Most helpful comment
https://github.com/osdnk/react-native-reanimated-bottom-sheet/issues/224#issuecomment-624772771
Just import ScrollView/FlatList from
react-native-gesture-handlerThat works on android without any other workarounds