react-native-image-viewing
react-native-image-viewing copied to clipboard
SWIPE_CLOSE_VELOCITY is too high
Swiping to close requires too much force. It should be easier. Or at least allow a sensitivity prop.
Or make the criteria distance rather than velocity.
I have a same problem.
Swiping to close requires too much force. It should be easier. Or at least allow a sensitivity prop.
I added a sensitivity prop in this PR: https://github.com/jobtoday/react-native-image-viewing/pull/171 It just needs to be merged 😆