Flex 方向:react-native 中的 row-reverse
Flex direction: row-reverse in react-native
如何在 React-Native 中重现 flex-direction: row-reverse
?当处于元素样式时,我正在做:
flexDirection: 'row-reverse'
我遇到错误:
Invalid prop flexDirection
of value row-reverse
supplied to
StyleSheet
更新:他们只是 added it 版本 0.29.0 :)
更新
从 v29 开始,React Native 在 Android 和 iOS 中提供了对反向弯曲方向的支持。
https://github.com/facebook/react-native/releases/tag/v0.29.0
原始答案
react-native中没有row-reverse
或column-reverse
看到这个table of supported attributes:
如何在 React-Native 中重现 flex-direction: row-reverse
?当处于元素样式时,我正在做:
flexDirection: 'row-reverse'
我遇到错误:
Invalid prop
flexDirection
of valuerow-reverse
supplied toStyleSheet
更新:他们只是 added it 版本 0.29.0 :)
更新
从 v29 开始,React Native 在 Android 和 iOS 中提供了对反向弯曲方向的支持。 https://github.com/facebook/react-native/releases/tag/v0.29.0
原始答案
react-native中没有row-reverse
或column-reverse
看到这个table of supported attributes: