這個問題是具體怎么形成的也不曉得
昨天一直很好突然就白屏了然后屏幕上方顯示loading from localhost
但是可以嘗試以下方式進行解決
嘗試一:
修改一下ip
嘗試二:
(in project directory) mkdir android/app/src/main/assets
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 run-android
index.js根據自己的替換成index.android.js,
ps 新版本的rn已經取消了index.android.js,index.ios.js 統一使用index.js