react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

Vertical gesture cancels Touchable swipe

Open ghost opened this issue 5 years ago • 1 comments
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",

ghost avatar Feb 25 '20 14:02 ghost

See activationDistance prop https://github.com/computerjazz/react-native-draggable-flatlist/blob/master/README.md#props

computerjazz avatar Feb 29 '20 15:02 computerjazz