osdnk / react-native-reanimated-bottom-sheet

Highly configurable bottom sheet component made with react-native-reanimated and react-native-gesture-handler
MIT License
3.33k stars 327 forks source link

Quick up & down gesture makes a delayed jump #253

Open Kristonitas opened 4 years ago

Kristonitas commented 4 years ago

Video (touches are rendered with Android debug options): https://drive.google.com/file/d/10U08AKRGyUiU1J5MQtM26ohPvv-Hc3qn/view?usp=sharing

Modified latest master to make the issue more easy to reproduce: https://github.com/Kristonitas/react-native-reanimated-bottom-sheet/tree/bug/up-down-jump

How to reproduce:

What I expect to happen:

What happens:

Potential solution:

owenzh22 commented 3 years ago

same issue

owenzh22 commented 3 years ago

add enabledInnerScrolling={false} and it works