答案 0 :(得分:0)
我通过以下步骤解决了这个问题。
cd MyApp
我遇到了一些blacklist.js字符问题。为此,我引用了此链接并替换了sharedBlacklist字符集。
(How to resolve the error on 'react-native start')
接下来,我运行下面的代码片段来解决分发包的问题。(参考链接:
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 然后,它开始工作。 希望这会有所帮助。