keske / react-native-easy-gestures

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

RN Upgrade #76

Closed finnholland closed 1 year ago

finnholland commented 1 year ago

Upgraded RN to 0.68.2 use the new architecture. Removed deprecated componentWillMount and moved code to constructor

Added an App.js file so that people trying out the package can get running more easily. Remove if not necessary.