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
相關文章
- Android整合React Native啟動白屏問題優化AndroidReact Native優化
- Call From localhost.localdomain/127.0.0.1 to localhost:40984localhostAI127.0.0.1
- React Native開發封裝Toast與載入Loading元件React Native封裝AST元件
- [React Native]react-native-scrollabReact Native
- react history模式下的白屏問題React模式
- React Native 使用 react-native-webview 渲染 HTMLReact NativeWebViewHTML
- React Native Icon方案:react-native-svgReact NativeSVG
- React Native轉web方案:react-native-webReact NativeWeb
- iOS React Native 混合開發整合React NativeiOSReact Native
- react-native配置react-native-image-crop-pickerReact
- React Native 上手React Native
- react-nativeReact
- react native FlatListReact Native
- Hello React NativeReact Native
- React Native / React除錯技巧React Native除錯
- 《React Native高效開發》之create-react-native-appReact NativeAPP
- React Native選擇器元件-react-native-slidepickerReact Native元件IDE
- react native 包學不包會系列--認識react nativeReact Native
- react-native呼叫native步驟React
- react/react-native效能優化React優化
- 詳解 React NativeReact Native
- React Native 熱更新React Native
- Redux for react native 指南ReduxReact Native
- react native fetchReact Native
- React Native List列表React Native
- react native快速上手React Native
- react-native打包React
- React Native雜談React Native
- tomcat啟動:Exception loading sessions from persistent storageTomcatExceptionSession
- [譯] Airbnb 在 React Native 上下的賭注(四):React Native 退役AIReact Native
- [React Native] Animate the Scale of a React Native Button using Animated.springReact NativeSpring
- 開發一個 React Loading 元件React元件
- React-Native ‘WKWebView` has no propType for native propReactWebView
- React Native學習 認識Recat NativeReact Native
- React Native 的未來與React HooksReact NativeHook
- React Native——react-navigation的使用React NativeNavigation
- React Native --踩坑記 之 建立指定 React Native版本的專案React Native
- React Native 0.59 新特性React Native