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

Snap to 90 degree angles

jburich opened this issue · comments

It would be nice to have a property to snap a rotation to a 90 degree angle.

I am going to work on this now. I'll add "snapThreshold" as a numeric property. If the degrees at the end of rotation is within that threshold then I'll move it to the 90.

Any objections or preferences to see it work differently?