Stylling Scrollview Hauteur dans 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>
Charming Constrictor