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

dragging is enable on the outside of the container

ahmermunaf opened this issue · comments

Image is dragging outside to the container also, I want to limit it within the container

overflow: 'hidden' on container

Are there any solutions to create some boundaries. When you hit the right/left top/bottom parents margin to stop dragging in that specific axes?
Overflow hidden is not a very good solution.

any updates on how to limit the boundaries of the dragging ?