【发布时间】:2018-03-08 04:34:28
【问题描述】:
【问题讨论】:
-
我们不在这里编写代码,所以请向我们展示您目前的成果
标签: css reactjs react-native flexbox react-native-flexbox
【问题讨论】:
标签: css reactjs react-native flexbox react-native-flexbox
类似这样的:
<View style={{ flex: 1, flexDirection: 'column'}}>
<View style={{ height: 70, backgroundColor: 'blue' }}>
</View>
<View style={{ height: 70, backgroundColor: 'green' }}>
</View>
<View style={{ flex: 1, backgroundColor: 'yellow' }}>
</View>
</View>
不确定蓝线是否是线条/填充/等,但您应该能够将它们添加到这个 shell 中。
【讨论】: