react-native-swiper icon indicating copy to clipboard operation
react-native-swiper copied to clipboard

how to detect swipe left or right

Open todaysprint opened this issue 2 years ago • 1 comments

how to detect swipe left or right ? there only i can set index number to the useState

todaysprint avatar Oct 26 '22 13:10 todaysprint

OnTouchStart and OnTouchEnd Methods can be used to detect the Left/Right Swipe, it works fine on IOS but for android, you should use scrollEnabled = false. hope this helps you.

how to detect swipe left or right ? there only i can set index number to the useState

AdibaAbid avatar Jan 09 '23 20:01 AdibaAbid