styling scrollview height in react native

JavaScript
<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

Also in JavaScript: