React Native中的ScrollView和justifyContent问题

时间:2018-08-03 18:42:44

标签: react-native scrollview

spec_helper.rb

请参阅附件截图以获取我的问题。我正在为Snack链接提供所有代码。

请注意,当我删除ScrollView时,各项将按需要对齐,但不能删除ScrollView。

enter image description here

https://snack.expo.io/SJQnkXGS7

1 个答案:

答案 0 :(得分:1)

为ScrollView或contentContainer提供预定义的高度:

<ScrollView contentContainerStyle={styles.container}>

<View style={[styles.contentContainer, {height: Dimensions.get('window').height - 396}]}>