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.
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
onPresshandlers. 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-reanimatedversion: 2.2.4react-native-gesture-handlerversion: 2.1.0Here is an example https://snack.expo.dev/@moro/swipeable-draggable-list
If you swipe and press
deleteit will not trigger the action, you need to wait until the swiping stops.