错误:Null不是对象

时间:2017-02-19 08:09:11

标签: react-native react-native-android

我正在尝试此组件react-native-calendar

总是会出错[{1}}

我尝试初始化名为state的状态变量并为其指定日期值,但错误仍然存​​在。

null is not an object (evaluating this.state.date)

1 个答案:

答案 0 :(得分:1)

您正在错误地导入日历组件。

请改为尝试:

import Calendar from 'react-native-calendar-component';