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