BenJeau / react-native-draw

SVG based data-driven React Native drawing component 🎨
https://www.npmjs.com/package/@benjeau/react-native-draw
MIT License
127 stars 42 forks source link

Use animated values for SVG path #4

Closed BenJeau closed 2 years ago

BenJeau commented 3 years ago

Need to animate the props of SVG and Path for the application to run smoother

Related react-native-svg issues

And maybe look into implementing react-native-reanimated with

BenJeau commented 2 years ago

Have tried implemented this and for some reason it did not translate to better performance... but when I experimented with #38, the performance boost was extremely noticeable.

Closing in favour of #38