margelo / react-native-graph

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

useDerivedValue is deprecated in Skia #40

Closed omida86 closed 2 years ago

omida86 commented 2 years ago

https://github.com/Shopify/react-native-skia/pull/753/commits/2f45037e7f0a71df21ba113ee567cff642986fc0

useDerivedValue should be changed to useComputedValue.

3210jr commented 2 years ago

Looks like this was already fixed in this commit here: https://github.com/margelo/react-native-graph/commit/dffaa4bcaf583983d22d2e80f52b5c4e11318a68 . Probably not published to npm yet

omida86 commented 2 years ago

Is it going to be published or is this library dead?

chrispader commented 2 years ago

This was already fixed in https://github.com/margelo/react-native-graph/commit/dffaa4bcaf583983d22d2e80f52b5c4e11318a68, as @3210jr already mentioned. Versions after ^0.2.0 include these changes.

Will close this issue, as this should be cleared.