react native listview 使用Flex布局为grid时,
即将listview的样式设为list: {
justifyContent: 'center',
flexDirection: 'row',
flexWrap: 'wrap'
},后renderseparator就不起作用了
可用https://github.com/yelled3/react-native-grid-example 上的例子,以上例子增加renderseparator不起作用
react native listview 使用Flex布局为grid时,
即将listview的样式设为list: {
justifyContent: 'center',
flexDirection: 'row',
flexWrap: 'wrap'
},后renderseparator就不起作用了
可用https://github.com/yelled3/react-native-grid-example 上的例子,以上例子增加renderseparator不起作用