1. react-native No bundle URL present
这个问题在开发react native时出现特别多,归纳了一下,主要有以下几个解决方案:
1. 可能打开了多个react-native run-ios,全部取消后重试
2. 关闭已打开的packager command的terminet窗口再试
3. 在手机中卸载掉app,再关掉模拟器,重新打开
4. 删除ios/build或者android/build后,重新运行看看
上面试完, 基本上都能解决了
Error calling Appregistry.runApplication
I had the same issue,my fix was to run
$ react-native start
in the background then run
run-android
其实就是调试的时候只从AS中打开了,但是没有后台的run-android命令