software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
9.09k stars 1.32k forks source link

fix: Unsubscribe dangling listeners #6696

Open lukmccall opened 1 week ago

lukmccall commented 1 week ago

Summary

Unsubscribes listeners that were not removed correctly during the app reload.

Test plan

I tested it with a new project using Expo (SDK 52) and with Fabric enabled. I reloaded the app several times and performed a heap dump to verify that everything was removed correctly.