在本地反应中浮动右元素

时间:2018-08-16 15:21:34

标签: reactjs react-native

如何用绿色切换红色背景

enter image description here

我的代码是:

<View style={{flexDirection:'row', justifyContent: 'flex-end', alignItems: 'flex-end'}}>

            <View style={{backgroundColor:'red', flex: 1, justifyContent: 'flex-end'}}>
              <Text>1</Text>
            </View>

            <View style={{backgroundColor:'blue', flex: 1}}>
              <Text>2</Text>
            </View>

            <View style={{backgroundColor:'green', flex: 1}}>
              <Text>3</Text>
            </View>

          </View>

        </View>

如何通过更改样式来解决问题? 请帮助

1 个答案:

答案 0 :(得分:0)

尝试将某物用作标记来更改视图的样式