Reactjs React Native-调试生成显示';欢迎来到React Native';屏幕而不是主屏幕

Reactjs React Native-调试生成显示';欢迎来到React Native';屏幕而不是主屏幕,reactjs,react-native,hybrid-mobile-app,Reactjs,React Native,Hybrid Mobile App,我的应用程序在发布版本中运行良好,但是如果我使用调试版本,当我启动应用程序时,它总是显示“Welcome to React Native”(欢迎响应本机)屏幕&它不会继续进行下去。我不知道如何摆脱它 转到根项目文件夹/目录,然后运行以下操作: react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.andro

我的应用程序在发布版本中运行良好,但是如果我使用调试版本,当我启动应用程序时,它总是显示“Welcome to React Native”(欢迎响应本机)屏幕&它不会继续进行下去。我不知道如何摆脱它


转到根项目文件夹/目录,然后运行以下操作:

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 start--reset cache
或上述命令