Open mingyuanlee opened 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.
You can try it using yarn start and open performance monitor.
yarn start
Seems related to useSharedValue hook of react-native-reanimated lib.
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.
You can try it using
yarn start
and open performance monitor.