React native 白屏 loading from localhost

這個問題是具體怎么形成的也不曉得
昨天一直很好突然就白屏了然后屏幕上方顯示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

https://stackoverflow.com/questions/44446523/unable-to-load-script-from-assets-index-android-bundle-on-windows

?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容