react-native 开发常见问题

前端之家收集整理的这篇文章主要介绍了react-native 开发常见问题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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命令

原文链接:https://www.f2er.com/react/301461.html

猜你在找的React相关文章