react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
Vertical gesture cancels Touchable swipe
trafficstars
Describe the bug Currently, you have to be very precise to not slide off the horizontal direction while swiping item. Every small vertically movement cancels the swipe action. This issue exists only when Touchable is used in renderItem <- I checked it.
To Reproduce Implement touchable opacity and try to swipe it left/right.
Platform & Dependencies iOS && Android "react-native-draggable-flatlist": "^2.3.0", "react-native-gesture-handler": "^1.3.0",
See activationDistance prop https://github.com/computerjazz/react-native-draggable-flatlist/blob/master/README.md#props