react native listview 使用Flex布局为grid时 renderseparator 无效

react native listview 使用Flex布局为grid时,
即将listview的样式设为list: {

    justifyContent: 'center',
    flexDirection: 'row',
    flexWrap: 'wrap'
},后renderseparator就不起作用了
可用https://github.com/yelled3/react-native-grid-example 上的例子,以上例子增加renderseparator不起作用
阅读 4.1k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
宣传栏