rgommezz / react-native-scroll-bottom-sheet

Cross platform scrollable bottom sheet with virtualisation support, native animations at 60 FPS and fully implemented in JS land :fire:
MIT License
1.54k stars 64 forks source link

Scroll gets stuck if you tap on a touchable element #71

Open saransh-malik opened 3 years ago

saransh-malik commented 3 years ago

Current Behavior

Currenlty, if you use a Flatlist component and each item is a touchable, if you scroll some content tap on a button, now to scroll again you need to tap on the list first and then in the next gesture scroll gets back to working

Expected Behavior

The touchable element tap should not interupt the scroll and it should function just fine

How to reproduce

Your Environment

version
Platform (Android, iOS or both) ios v14
react-native-scroll-bottom-sheet 0.7.0
react-native 0.63.0
react-native-gesture-handler 1.9.0
react-native-reanimated 1.9.0
saransh-malik commented 3 years ago

@rgommezz Do you maintain this library anymore?