我从0.60.5 to 0.63.3
版本升级时遇到问题。该应用程序被卡住,无法运行。错误是
永久违反:本机模块不能为空。
永久违反:模块AppRegistry不是已注册的可调用对象 模块(调用运行应用程序)。
有人可以告诉我如何解决吗?
答案 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
那对我有用