ScrollView中的边界高度是多少?

时间:2018-07-12 10:46:18

标签: react-native layout markup yoga-x1

是什么意思? (https://facebook.github.io/react-native/docs/scrollview

  

请记住, ScrollViews 必须具有一定的高度才能正常工作

谁必须拥有所谓的边界高度ScrollView本身?还是它的父母?还是它的孩子?

<SafeAreaView style={{height: ...}}> <= this?
    <ScrollView style={{height: ...}}> <= this?
        <View style={{height: ...}}> <= this?
            ....
        </View>
    </ScrollView>
</SafeAreaView>

0 个答案:

没有答案