标签: react-native react-native-android
我正在尝试此组件react-native-calendar
总是会出错[{1}}
我尝试初始化名为state的状态变量并为其指定日期值,但错误仍然存在。
null is not an object (evaluating this.state.date)
答案 0 :(得分:1)
您正在错误地导入日历组件。
请改为尝试:
import Calendar from 'react-native-calendar-component';