### Description When navigating back from a stack screen which contains a FlatList, the app throws a soft error: ``` Cannot remove child at index 9 from parent ViewGroup [106], only 10 children in parent. Warning: childCount may be incorrect! null ``` <img width="536" alt="image" src="https://github.com/user-attachments/assets/4a612c94-a0c1-45d8-8881-ab917b9757e8"> https://github.com/user-attachments/assets/db7e7eae-7840-4a58-a84b-25534e67f2ef ### Steps to reproduce 1. Open the repro app 2. Navigate to the flatlist screen 3. Press header back button 4. Observe error ### Snack or a link to a repository https://github.com/72days/TestNavFlatListIssues ### Screens version 3.34.0 ### React Native version 0.75.2 ### Platforms Android ### JavaScript runtime Hermes ### Workflow React Native (without Expo) ### Architecture Fabric (New Architecture) ### Build type Debug mode ### Device Real device ### Device model Samsung S9 and Pixel 1 ### Acknowledgements Yes
Description
When navigating back from a stack screen which contains a FlatList, the app throws a soft error:
IssueWithFlatListFabric.mov
Steps to reproduce
Snack or a link to a repository
https://github.com/72days/TestNavFlatListIssues
Screens version
3.34.0
React Native version
0.75.2
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Real device
Device model
Samsung S9 and Pixel 1
Acknowledgements
Yes