Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

styling scrollview height in react native

<ScrollView contentContainerStyle={{ flexGrow: 1, height: '100%'}}>
  // Add scrollView to all Views on the interface, mainly on the ScrollView component
  // and height to 100% for the ScrollView component
</ScrollView>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #styling #scrollview #height #react #native
ADD COMMENT
Topic
Name
1+3 =