You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Use a flat list component type
Use buttons in your items
Scroll down a bit and tap on any button in the list
Now try to scroll the list again
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: