How to swipe back an item when another item is pressed or swiped using react-native-gesture-handler?
I am trying to cancel the swipe action (swipe back) of a swiped item, when another item is swiped or pressed, using react-native-gesture-handler
. I tried to get help from this snack post, but I couldn’t achieve. Also did the methods mentioned in this post, but again no luck, I am stuck.
How to swipe back an item when another item is pressed or swiped using react-native-gesture-handler?
I am trying to cancel the swipe action (swipe back) of a swiped item, when another item is swiped or pressed, using react-native-gesture-handler
. I tried to get help from this snack post, but I couldn’t achieve. Also did the methods mentioned in this post, but again no luck, I am stuck.