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

Howto prevent dragging over boundaries

Open udarts opened this issue 5 years ago • 1 comments

I like your plugin, but was wondering howto set boundaries, now when I drag an image to the edge of the screen it fall off the screen. How can I prevent dragging over over certain boundaries?

Would be an awesome feature to have.

udarts avatar Sep 03 '20 20:09 udarts

Same problem here. You can use overflow:hidden as a workaround check : https://github.com/keske/react-native-easy-gestures/issues/28

ravinhwg avatar Dec 16 '20 16:12 ravinhwg