react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

Horizontal `ScrollView`/`FlatList` not working properly on Android with `gestureEnabled`

Open mclrc opened this issue 11 months ago • 4 comments

Hello! Thanks for your work on this library, it fits all my needs!

I came across an issue though: Horizontal scroll views or flat lists (imported from this lib) don't quite seem to work on Android if the parent sheet has gestureEnabled set to true. I can only get it to scroll if I drag at a very steep angle, and it doesn't move at all when dragging horizontally. This is not a problem on iOS or when gestureEnabled is false. (I am using the latest version)

Minimal reproducible Example here: https://snack.expo.dev/@mclrc/shallow-indigo-candies

Is there something I'm doign wrong? I'd really appreciate some pointers, cheers!

mclrc avatar Nov 25 '24 18:11 mclrc