无法加载脚本。请确保您正在运行Metro服务器

时间:2019-12-20 05:37:21

标签: react-native-android

1 个答案:

答案 0 :(得分:0)

我通过以下步骤解决了这个问题。

cd MyApp

我遇到了一些blacklist.js字符问题。为此,我引用了此链接并替换了sharedBlacklist字符集。

How to resolve the error on 'react-native start'

接下来,我运行下面的代码片段来解决分发包的问题。(参考链接:

https://medium.com/@adityasingh_32512/solved-unable-to-load-script-from-assets-index-android-bundle-bdc5e3a3d5ff

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

react-native运行Android 然后,它开始工作。 希望这会有所帮助。