Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

Scroll displacement on React Native with Expo

$
0
0

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>

enter image description here


Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>