【发布时间】:2015-04-01 02:59:12
【问题描述】:
我想在 react-native 中创建一个两层(部分 >> 条目)列表视图,类似于 UIExplorerApp 中的 ListViewPagingExample,但使用 blob 数据/json 来填充部分信息。此外,我对将哪些参数值传递给 cloneWithRowsAndSections 感到困惑。
无法从文档 (https://facebook.github.io/react-native/docs/listview.html#content) 中找到有关上述主题的任何内容,但仅提及它是可能的。一些例子会有所帮助。
谢谢
【问题讨论】:
标签: ios listview react-native