Bereaksi ScrollView Native Horizontal

<ScrollView horizontal={true}>
  <Text>Child 1</Text>
  <Text>Child 2</Text>
  <Text>Child 3</Text>
</ScrollView>
Sorann