react-native-image-viewing icon indicating copy to clipboard operation
react-native-image-viewing copied to clipboard

SWIPE_CLOSE_VELOCITY is too high

Open mrwatts88 opened this issue 2 years ago • 3 comments

Swiping to close requires too much force. It should be easier. Or at least allow a sensitivity prop.

mrwatts88 avatar Nov 23 '22 18:11 mrwatts88

Or make the criteria distance rather than velocity.

mrwatts88 avatar Nov 23 '22 18:11 mrwatts88

I have a same problem.

Sun-Woo-Kim avatar Dec 05 '22 03:12 Sun-Woo-Kim

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 😆

kanelloc avatar Dec 16 '22 10:12 kanelloc