小编Sha*_*yap的帖子

本机反应:可选择的部分列表视图给出错误

我正在研究一个反应本机代码项目.我在github- selectablesectionlistview上使用一个插件来使可选择的部分列表视图工作.

我正在使用文档中提供的示例代码 -

var SelectableSectionsListView = require('react-native-selectablesectionlistview');

// inside your render function
<SelectableSectionsListView
  data={yourData}
  cell={YourCellComponent}
  cellHeight={100}
  sectionHeaderHeight={22.5}
/>
Run Code Online (Sandbox Code Playgroud)

它不起作用.我在渲染函数中的javascript中遇到错误.

错误是 - 现在已经解决了.SelectableSectionsListView is undefined.

新错误 - data is undefined.

我正在使用上面的代码.任何帮助.请.

javascript android react-native

5
推荐指数
1
解决办法
592
查看次数

标签 统计

android ×1

javascript ×1

react-native ×1