Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native scrollview horizontal

<ScrollView horizontal={true}>
  <Text>Child 1</Text>
  <Text>Child 2</Text>
  <Text>Child 3</Text>
</ScrollView>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #scrollview #horizontal
ADD COMMENT
Topic
Name
1+6 =