我在 react-native-android 中创建了一个 2 列的 FLatlist
1 | 2
------------
3 | 4
我要这个
2 | 1
4 | 3
我试试这些:
<View style={{flex:1,flexDirection:'row-reverse'}}>
<FlatList
style={{flex:1,flexDirection:'row-reverse'}}
在渲染项目中我flexDirection:'row-reverse'
也使用
但没有成功!