You need to define that you want to active horizontal in scrollview
<View>
<ScrollView
horizontal={true}
>
.
.
.
</ScrollView>
<View>
that may be help you
You need to define that you want to active horizontal in scrollview
<View>
<ScrollView
horizontal={true}
>
.
.
.
</ScrollView>
<View>
that may be help you