margelo / react-native-graph

📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia

Home Page:https://margelo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"@shopify/react-native-skia").useValue is not a function (it is undefined)

daxaxelrod opened this issue · comments

Seems like useValue was removed in favor of useSharedValue

Shopify/react-native-skia#1936

I had this issue, initially. Are you using Expo? I solved it by using npx expo install for all dependencies.

Runs a bit deeper than that unfortunately. My project is using the latest version of skia (0.1.238) where use value has been completely removed. Downgrading to the version used by this package, 0.1.185, comes with its own set of problems. I’ve started an upgrade here #99 and it now builds but the example app isn’t working quite right. Clone it and try for yourself!