" Native模块不能为null"在PushNotificationManagerIOS中

时间:2017-11-28 21:41:14

标签: javascript react-native

我在NativeEventEmitter.js中的代码错误,并且堆栈将PushNotificationManagerIOS.js显示为较低的文件。我从来没有在我的应用中使用任何通知功能,有什么不对?

1 个答案:

答案 0 :(得分:0)

虽然有时它可能与错误安装的库有关,但替换:

import * as ReactNative from "react-native";

使用:

import { Text, View, /* and the other classes you want to use*/ } from "react-native";

为我修好了。请务必将ReactNative.Foo更改为Foo