keske / react-native-easy-gestures

React Native Gestures. Support: Drag, Scale and Rotate a Component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Howto prevent dragging over boundaries

udarts opened this issue · 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.

Same problem here. You can use overflow:hidden as a workaround
check : #28