gpt4 book ai didi

javascript - 在父容器内重叠 View - React Native

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

我正在用 react-native 构建一个家庭元素。在玩布局时,父容器内的 View 是重叠的。我正在使用 flexbox 来设计表单的布局,但无法通过它。下面是我为解释问题所在而编写的示例代码。 enter image description here

    <View style= {styles.Container}>

<View style={{flex:1, backgroundColor:'red'}}><Text>RED</Text></View>
<View style={{flex:1, backgroundColor:'green'}}><Text>GREEN</Text></View>
<View style={{flex:1, backgroundColor:'blue'}}><Text>BLUE</Text></View>

</View>

Container: {
flex:1,
backgroundColor:'grey',
flexDirection:'column',
}

最佳答案

对于您发布的代码部分,没有任何错误。可能你没有提供的部分有问题。

这是您在工作示例中的代码:https://repl.it/Iqek

关于javascript - 在父容器内重叠 View - React Native,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44610482/

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