keske / react-native-easy-gestures

React Native Gestures. Support: Drag, Scale and Rotate a Component.
MIT License
174 stars 61 forks source link

Howto prevent dragging over boundaries #62

Open udarts opened 4 years ago

udarts commented 4 years ago

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.

ravinhwg commented 3 years ago

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