我实际上是从移动开发和ReactNative开始的,我想一个名为Vasern的有趣的数据库,但现在我试图用componentDidMount()方法从我的数据库加载东西,但实际上我每次都会得到这个错误import React, {Component} from 'react'; StyleSheet, View, B
我正在尝试从一个名为SectionList的json文件创建一个notes.json。基本上,notes json数组中的一个对象将对应于一个SectionList条目。但是,当我尝试使用notesData作为SectionList的源代码时,我会得到错误:TypeError: undefined is not an object (evaluating 'props.sections.reduce')import