React-native-reanimated-bottom-sheet: InnerScrolling not working

Created on 11 May 2020  路  10Comments  路  Source: osdnk/react-native-reanimated-bottom-sheet

Scrolling works fine in ios but not scroll in android

Most helpful comment

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

All 10 comments

+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

#224 (comment)

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

#224 (comment)

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 馃槃

#224 (comment)

Just import ScrollView/FlatList from react-native-gesture-handler
That works on android without any other workarounds

thanks a lot

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Saad-Bashar picture Saad-Bashar  路  6Comments

EricPKerr picture EricPKerr  路  5Comments

karimcambridge picture karimcambridge  路  5Comments

praneeth-hiver picture praneeth-hiver  路  4Comments

obetomuniz picture obetomuniz  路  5Comments