react-native 项目搭建

 

react-native start --reset-cache --port 9999 清缓存

 

从0搭建react-native

https://juejin.im/post/5ab9ee5b518825555d474849

 

 

解决macfee强制占用8081采用更换端口方法解决

https://www.jianshu.com/p/277c4cf0f8f8

 

 

解决Xcode11的bug

https://blog.csdn.net/kuangdacaikuang/article/details/94579312

 

 

xcode9.0及以上 http无法使用的解决办法

IOS: https://segmentfault.com/a/1190000002933776

Adroid: https://blog.csdn.net/qq_40347548/article/details/86766932dio

 

如何完全卸载anrdoid studio

https://blog.csdn.net/huagjie/article/details/79691078

 

ios启动: react-native run-ios --port 9999

android启动: react-native run-android --port 9998

你可能感兴趣的:(react-native 项目搭建)