Closed daxaxelrod closed 8 months ago
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 https://github.com/margelo/react-native-graph/pull/99 and it now builds but the example app isn’t working quite right. Clone it and try for yourself!
Seems like useValue was removed in favor of useSharedValue
https://github.com/Shopify/react-native-skia/issues/1936