弯曲方向:反应原生的反向行

时间:2016-07-15 22:54:45

标签: css css3 react-native flexbox react-native-flexbox

如何在React-Native中重现flex-direction: row-reverse?当我在元素'风格时:

 flexDirection: 'row-reverse'

我收到错误:

  

提供给的值flexDirection的无效道具row-reverse   StyleSheet

更新:他们只是added it版本0.29.0:)

1 个答案:

答案 0 :(得分:6)

<强> 更新

从版本29开始,React Native为Android和iOS中的反向弯曲方向提供支持。 https://github.com/facebook/react-native/releases/tag/v0.29.0

原始答案

react-native中没有userIdrow-reverse

请参阅此table of supported attributes

enter image description here

https://github.com/facebook/css-layout