React Native真机报错总结

Posted piaobodewu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React Native真机报错总结相关的知识,希望对你有一定的参考价值。

一、run-android报红错:unable to load script from assets ‘index.android.bundl‘

解决:

1.进入androidappsrcmain

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

以上是关于React Native真机报错总结的主要内容,如果未能解决你的问题,请参考以下文章