gpt4 book ai didi

css - 具有静态和动态高度的垂直堆叠 View - React Native

转载 作者:太空宇宙 更新时间:2023-11-04 08:08:40 25 4
gpt4 key购买 nike

我正在尝试在 React Native with Views 中使用 Flexbox 实现下图所代表的效果,如果您有这样的基本示例,那就太棒了:

enter image description here

最佳答案

像这样:

<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 中。

关于css - 具有静态和动态高度的垂直堆叠 View - React Native,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46435149/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com