I have the problem about nested scrollview on Android Device, but IOS OK
How to fix the issue about B scrollview cant scrolling ?
React-native ScrollView component uses Android ScrollView when you run app in android.
Android ScrollView doesn't support nested scrolling by default. You need to use NestedScrollView to achieve nested scrolling in android.