react-native-safe-area-context
react-native-safe-area-context copied to clipboard
Unexpected behaviour when wrapping a *List Component
When I wrap any List with SafeAreaProvider the list Items are rendered multiple times. Please check this snack https://snack.expo.dev/@mydesweb/safeareaissue .
- Open the code from your device
- Check the console logs
- Shake & Reload button from expo app or remove the app from background and open again
- You will see unexpected multiple Item renders
In my example I use BigList but it is the same with SectionList from RN.
did you solve it?
I think this isn't an issue any more