Answers for "how to scroll in vertical scrollview horizontally react native"

5

react native scrollview horizontal

<ScrollView horizontal={true}>
  <Text>Child 1</Text>
  <Text>Child 2</Text>
  <Text>Child 3</Text>
</ScrollView>
Posted by: Guest on May-24-2021

Code answers related to "how to scroll in vertical scrollview horizontally react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language