coinjar / react-native-wagmi-charts

A sweet & simple chart library for React Native that will make us feel like We're All Gonna Make It.
MIT License
588 stars 116 forks source link

LineChart Memory Leak #187

Open mingyuanlee opened 1 week ago

mingyuanlee commented 1 week ago

Minimal Reproducible Example: https://github.com/mingyuanlee/react-native-chart-mem-leak

When the chart is updating every second, the RAM usage surges up, but when unmount it won't release.

Screenshot 2024-11-08 at 6 52 16 PM

You can try it using yarn start and open performance monitor.

mingyuanlee commented 1 week ago

Seems related to useSharedValue hook of react-native-reanimated lib.