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

Consider using setNativeProps for smoother performance

DaBs opened this issue · comments

As of the React Native documentation, this is a suggestion to use setNativeProps on the element being transformed/rotated/scaled.

See https://facebook.github.io/react-native/docs/panresponder.html

Will attach pull request to this soon.

EDIT: Referencing pull request #9 which is untested, but should be completely functional

Closing as @keske has merged #9. Feel free to open if issues arrise