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

Migration reanimated 3 : makeShareableCloneRecursive crash

TwistedMinda opened this issue · comments

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 : software-mansion/react-native-reanimated#4177

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)