小编Mui*_*rif的帖子

React Native 错误不变违规:`new NativeEventEmitter()` 需要非空参数。iOS 应用程序显示白屏

当我运行应用程序构建成功时,当应用程序安装在 ios 模拟器上时,它显示白屏。使用 NVM 节点节点 16.14.2 xcode 14.2 macbook rpo 2017 firebase firestore,从 @react-native-firebase 推送通知

堆栈跟踪

  BUNDLE  ./index.js 

 ERROR  Invariant Violation: `new NativeEventEmitter()` requires a non-null argument.
 ERROR  Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
      This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
 ERROR  Invariant Violation: Module …
Run Code Online (Sandbox Code Playgroud)

xcode apple-push-notifications ios firebase react-native

6
推荐指数
0
解决办法
1315
查看次数