react-native-swipe-gestures icon indicating copy to clipboard operation
react-native-swipe-gestures copied to clipboard

Fix swipe left issue

Open CDBridger opened this issue 4 years ago • 2 comments

CDBridger avatar Mar 03 '20 23:03 CDBridger

What does this do?

a613 avatar Oct 20 '20 00:10 a613

This is so long ago I can't remember. But from looking at it, it looks like previously the swipe direction was defaulting to horizontal even if the vertical delta was larger (e.g if horizontal swipe delta was 1 and vertical swipe delta was 99999, it would still swipe horizontally). Now it checks which delta is larger and the swipe direction is based on that.

CDBridger avatar Oct 27 '20 02:10 CDBridger