我已将现有的 android 应用程序集成到反应本机应用程序中。当我使用 react native cli 运行时,它会打开应用程序,单击按钮打开 RN 视图后会出现错误Unable to load script Make sure you are either running a Metro server or that your bundle 'index.android.bundle' is packaged correctly for release
(参考图片)
如果我使用命令手动创建 index.android.js
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
并运行该应用程序,它工作正常。
我也可以在这个 url 上看到 bundle
http://localhost:8081/index.bundle?platform=android&dev=true&minify=false
知道我缺少什么吗?
我在模拟器中运行应用程序,而不是飞行模式。
Bundler 像这样打开,但是在单击 RR 时,它说No apps connected
(参考图片)