If we wrap the BigList component with SafeAreaProvider or using react-navigation every list Item is rendered multiple times. Please check this snack https://snack.expo.dev/@mydesweb/safeareaissue
This is bad since it is a negative performance impact.
- 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
Can anybody explain why this is happening?

If we wrap the BigList component with SafeAreaProvider or using react-navigation every list Item is rendered multiple times. Please check this snack https://snack.expo.dev/@mydesweb/safeareaissue
This is bad since it is a negative performance impact.
Can anybody explain why this is happening?
