I\'ve 4 FlatLists with maxHeight set to 200 inside a ScrollView.
FlatList
maxHeight
200
ScrollView
We can use the built-in nestedscrollenabled prop for the children FlatList/ScrollView components.
This is only required for Android (Nested scrolling is supported by default on iOS).