You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
You can Track index onIndexChanged={index => { currentSlideIndexRef.current = index; }}
now easily check index has been increased or decreased to find left or right ,(put some condition for last index ).
how to detect swipe left or right ? there only i can set index number to the useState
The text was updated successfully, but these errors were encountered: