不变违规:模块AppRegistry不是已注册的可调用模块(调用runApplication),从0.60.5升级到0.63.3

时间:2020-11-10 11:45:23

标签: ios react-native react-native-ios react-native-firebase

enter image description here

我从0.60.5 to 0.63.3版本升级时遇到问题。该应用程序被卡住,无法运行。错误是

永久违反:本机模块不能为空。

永久违反:模块AppRegistry不是已注册的可调用对象 模块(调用运行应用程序)。

有人可以告诉我如何解决吗?

1 个答案:

答案 0 :(得分:0)

remove app from the emulator 
npm cache clean --force 
watchman watch-del-all 
cd ios
pod update / pod install
cd ..
npx react-native run-ios

那对我有用