问题
我的RN应用程序一启动就会崩溃(在发布模式下),我无法弄清楚原因。我想建立一个应用程序的调试版本,显示遇到的错误。
我尝试了什么
react-native bundle --platform android --dev true --entry-file index.android.js \
--bundle-output android/app/src/main/assets/index.android.bundle \
--assets-dest android/app/src/main/res/
./gradlew assembleDebug
当我这样做时,调试版本仍在从开发服务器读取。