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

Errors running Example app #118

Closed sidferreira closed 1 week ago

sidferreira commented 1 week ago

Hi @mrousavy ! I've been trying to run the example app but had some issues, even created https://github.com/margelo/react-native-graph/pull/117 while trying to fix the "unary error"

Screenshot 2024-11-06 at 12 16 50 PM

With the changes on that branch, the app runs, but then I get a native error:

The issue happens on main, but as you can see skia did updated:

  - react-native-skia (0.1.241):
    - RCT-Folly (= 2021.07.22.00)

Are you familiar with this issue?

sidferreira commented 1 week ago

rm -rf yarn.lock example/yarn.lock node_modules example/node_modules example/ios/Pods and then yarn bootstrap seems to fix it properly