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: update react-native-reanimated to version 3 #76

Closed lewiscasewell closed 1 year ago

lewiscasewell commented 1 year ago

Was receiving error of "useSharedValueEffect() is deprecated with Reanimated 3, you can use Reanimated values directly." when using react-native-reanimated version 3.1.0 causing many logs to be printed. So, removed deprecated useSharedValueEffect() in place of using useValue directly.

chrispader commented 1 year ago

Thanks for the PR. This will already be covered in this PR, should be merged soon