我在启动反应本机项目时遇到两个错误

时间:2016-09-25 12:38:02

标签: android reactjs react-native bundle

错误1

“无法获得BatchedBridge,请确保您的捆绑包已正确打包”

错误2

错误1后按重新加载(R,R)

error 2

1 个答案:

答案 0 :(得分:1)

尝试在BundleBridge问题的项目目录中运行这些:

  1. react-native start> / dev / null 2>& 1&

  2. mkdir android / app / src / main / assets

  3. curl" http://localhost:8081/index.android.bundle?platform=android" -o" android / app / src / main / assets / index.android.bundle"

  4. 对于错误2,请尝试

      

    adb reverse tcp:8081 tcp:8081

    在react-native run-android命令完成后,重试R + R