我实际上是从移动开发和ReactNative开始的,我想一个名为Vasern的有趣的数据库,但现在我试图用componentDidMount()方法从我的数据库加载东西,但实际上我每次都会得到这个错误import React, {Component} from 'react'; StyleSheet, View, B
我正在尝试从一个名为SectionList的json文件创建一个notes.json。基本上,notes json数组中的一个对象将对应于一个SectionList条目。我已经在notesData中加载了json数组。但是,当我尝试使用notesData作为SectionList的源代码时,我会得到错误:TypeError: undefined is not an object (evaluating 'props.sect
我创建了一个SectionList,并试图为我的SectionList实现一个搜索过滤器。但我的输出出了个错误。我在下面拍了个截图。我不知道怎么回事。 placeholder="Type a mood to search" <SectionListsections={this.searchUpdated()}