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

Migration reanimated 3 : makeShareableCloneRecursive crash #71

Closed TwistedMinda closed 1 year ago

TwistedMinda commented 1 year ago

Hi, I've tried to migrate reanimated 3 without success: I got the following error when the graph mounts:

makeShareableCloneRecursive Maximum Call Stack Size Exceeded

It seems to be related to how react-native-graph is using react-native-reanimated and more specifically the PanGesture. See related here : https://github.com/software-mansion/react-native-reanimated/issues/4177

TwistedMinda commented 1 year ago

By migrating from react-native 0.66 to 0.71.4 the issue went away (I did a fresh project then migrated all files & setup)