【发布时间】:2016-11-19 06:00:37
【问题描述】:
如何在 React-Native 中重现 flex-direction: row-reverse?当我在做元素风格时:
flexDirection: 'row-reverse'
我遇到了错误:
提供给价值
row-reverse的无效道具flexDirectionStyleSheet
更新:他们只是在 0.29.0 版中 added it :)
【问题讨论】:
标签: css react-native flexbox react-native-flexbox