标签: reactjs react-native hybrid-mobile-app
我的应用程序在发行版本中运行良好,但是如果使用调试版本,启动我的应用程序时它始终显示“ Welcome to React Native”屏幕,并且不会继续进行。我不确定如何摆脱它。
答案 0 :(得分:0)
转到根项目文件夹/目录,然后运行以下命令:
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