4 examples code will look like this:
- only
<ScrollView> {some <View/>} </ScrollView>, It will not scroll.


- I wrap it in another View, It will not scroll too.


3.I wrap it in another View, and setting a height , It will scroll.
I know why it can scroll by comparing example 4, but I cannot understand 1 and 2.


4.I wrap it in another View, and setting a height , It will not scroll.


Additional Information
- React Native version: 0.43.0
- Platform: ALL
- Development Operating System: macOS
4 examples code will look like this:
<ScrollView>{some<View/>}</ScrollView>, It will not scroll.3.I wrap it in another View, and setting a height , It will scroll.

I know why it can scroll by comparing example 4, but I cannot understand 1 and 2.
4.I wrap it in another View, and setting a height , It will not scroll.

Additional Information