1. 程式人生 > >React Native真機紅屏報錯總結

React Native真機紅屏報錯總結

一、run-android報錯:unable to load script from assets 'index.android.bundl'

解決:

1.進入\android\app\src\main

2.新建assets資料夾

3.執行

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

二、run-android報錯:Module HMRClient is not a registerd callable module

解決:

原因是ip變動引起的,用ipconfig檢視ip後在Dev Setting裡面設定的IP,格式ip:8081

三、run-android報錯:The development server returned response error code: 500 in react-native

報500錯誤時,先考慮下。是不是正寫著專案圖片然報500錯誤了。如果是這樣的話很有可能是因為檔案或圖片引入不成功,也就是引入路徑錯誤導致的