答案 0 :(得分:1)
这样的事情:
<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>
不确定蓝线是否为line / padding / etc,但您应该能够将这些添加到此shell中。