Adding contentContainerStyle={{flexGrow: 1}}
will do the trick.
<ScrollView contentContainerStyle={{flexGrow: 1}}>
</ScrollView>
Adding contentContainerStyle={{flexGrow: 1}}
will do the trick.
<ScrollView contentContainerStyle={{flexGrow: 1}}>
</ScrollView>