Target Branch
0.82
Link to commit or PR to be picked
react/react-native@dc4a6d2
Description
React Native Screens is facing issues with some native custom components that have opted out from view recycling.
Without this change, React Native does not notify the components when they are removed from the hierarchy and therefore they can't deallocate resources appropriately.
This can cause memory leaks and slow downs apps.
Target Branch
0.82
Link to commit or PR to be picked
react/react-native@dc4a6d2
Description
React Native Screens is facing issues with some native custom components that have opted out from view recycling.
Without this change, React Native does not notify the components when they are removed from the hierarchy and therefore they can't deallocate resources appropriately.
This can cause memory leaks and slow downs apps.