我正在研究一个反应本机代码项目.我在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.
我正在使用上面的代码.任何帮助.请.