Detect swipe in react native on press
Check when the press is on using onPressIn
,
Then get the coordinates of your press, (put it on the main View, this might help React native get the coordinates of my touch event )
Then when the press is out and see it's coordinates
Then get the difference between them