margelo / react-native-graph

📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia
https://margelo.io
MIT License
2.04k stars 115 forks source link

chore: upgraded to react-native-reanimated v3 #75

Closed lewiscasewell closed 1 year ago

lewiscasewell commented 1 year ago

Was receiving "useSharedValueEffect() is deprecated with Reanimated 3, you can use Reanimated values directly." when using react-native-reanimated version 3.1.0 and so removed deprecated useSharedValueEffect() in place of using useValue directly.