Can't press buttons during the swiping
See original GitHub issueIssue Description
Describe the bug It’s not possible to press elements during the swiping. We have two buttons on the right side. When I swipe to the left, I can press them after the swiping process stops (+ need to wait for ~ 100 ms after a stop).
Steps to reproduce the behavior:
Swipe and try to press any elements that have onPress
handlers. Handlers will not be triggered.
Platform & Dependencies Please list any applicable dependencies in addition to those below (react-navigation etc).
Platform (iOS):
React Native: 0.67.4
react-native-reanimated
version: 2.2.4
react-native-gesture-handler
version: 2.1.0
Here is an example https://snack.expo.dev/@moro/swipeable-draggable-list
If you swipe and press delete
it will not trigger the action, you need to wait until the swiping stops.
Issue Analytics
- State:
- Created 9 months ago
- Reactions:1
- Comments:5 (1 by maintainers)
@computerjazz it’s working great, thank you!
Thanks @vbylen!