I have the problem about nested scrollview on Android Device, but IOS OK
How to fix the issue about B scrollview cant scrolling ?
In ScrollView, set style of contentContainerStyle to flex: 1:
flex: 1
// A ScrollView Hello Hello Hello Hello // B ScrollView Hello Hello Hello Hello
It worked for me on android. Let me know if it works for you please.