I got this screenshot from a user that says its scroll is displaced in the center as you can see in the image bellow.
I tried using simulator with iPhone XS Max and even my olds iPhone 7 but couldn't reproduce this in anyway. Maybe this is a known bug or something and I was wandering if someone could point me in the right direction.
About the code, I'm using a ScrollView component with the following props:
<View style={{flex: 1}}>
<ScrollView
style={{flexGrow: 1}}
contentContainerStyle={{flexGrow: 1}}
>
// content here
</ScrollView>
</View>