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

Animation does not work with large data set and crashes on navigation back #77

Closed neo773 closed 2 months ago

neo773 commented 1 year ago

Hi,

Been tinkering around with the library to integrate in my App, but couldn't get it to work with a dataset of 300 points. The animation does not work when mutating the chartData and the App crashes when navigating back to previous screen.

I have made a minimal reproducible repo on GitHub https://github.com/neo773/react-native-graph-repro-bug

https://github.com/margelo/react-native-graph/assets/62795688/c59b72b5-16e3-4c9f-9b4b-88ef97bf185c

TFRadicalImaging commented 1 year ago

I agree. The animation change is not working.