色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

React本機css flex不適用于android設備

錢浩然2年前7瀏覽0評論

enter image description here

<View>
        <View style={{ flex: 1, flexDirection: 'row', alignItems: "center", flexWrap: "nowrap", }}>
          <Text style={{ color: blue, fontWeight: "600", marginTop: 30, textAlign: 'center' }}>Don't hava a account?</Text>
          <TouchableOpacity>
            <Text style={{ color: blue, fontWeight: "600", marginTop: 30, textAlign: 'center' }}> Create new account.</Text>
          </TouchableOpacity>
        </View>
      </View>