I'm starting to get some weird gaps on my screens in my React Native application.
I have simplified a screen so you see the issue here:
<SafeAreaView style={{flex:1, backgroundColor: 'yellow'}}>
<View style={{flex: 1, backgroundColor: 'green'}}>
</View>
</SafeAreaView>
When I enter the background-mode and reopen the app (quickly swipe gesture on iPhone 12) the issue has disappeared. See example: