我如何flex-direction: row-reverse
在 React-Native 中重现?当我在元素风格时:
flexDirection: 'row-reverse'
我收到错误:
提供给
flexDirection
的价值道具无效row-reverse
StyleSheet
更新:他们刚刚在 0.29.0 版本中添加了它:)
我如何flex-direction: row-reverse
在 React-Native 中重现?当我在元素风格时:
flexDirection: 'row-reverse'
我收到错误:
提供给
flexDirection
的价值道具无效row-reverse
StyleSheet
更新:他们刚刚在 0.29.0 版本中添加了它:)
更新
从 v29 开始,React Native 在 Android 和 iOS 中提供了对反向 flex 方向的支持。 https://github.com/facebook/react-native/releases/tag/v0.29.0
原始答案
没有row-reverse
或column-reverse
在 react-native 中。
请参阅此受支持属性表: