ARTICLE AD BOX
I’m seeing a progressive rendering failure on iOS in a React Native app that does not reproduce on Android.
Symptoms
Certain screens stop rendering completely after multiple navigations
react-native-gifted-charts line chart behaviour:
Initially renders correctly
Then renders partially
Eventually does not render at all
Android works consistently with the same code and data
Characteristics
No JS errors
No native crash
No red screen
Navigation still works
Layout containers mount, but children don’t paint
Occurs after repeated screen mounts/unmounts
Stack
React Native: 0.79.6
iOS: 18.7.3
react-native-gifted-charts: ^1.4.64
Hermes: enabled
New architecture: enabled
React Navigation with NavigationContainer
[! The chart is partially rendered]
