5

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

 flexDirection: 'row-reverse'

我收到错误:

提供给 flexDirection的价值道具无效row-reverseStyleSheet

更新:他们刚刚在 0.29.0 版本中添加了它:)

4

1 回答 1

11

更新

从 v29 开始,React Native 在 Android 和 iOS 中提供了对反向 flex 方向的支持。 https://github.com/facebook/react-native/releases/tag/v0.29.0


原始答案

没有row-reversecolumn-reverse在 react-native 中。

请参阅此受支持属性表

在此处输入图像描述

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

于 2016-07-15T23:07:35.507 回答