1、搭建环境
https://reactnative.cn/docs/getting-started/
node下载地址:https://nodejs.org/dist/latest-v10.x/
node安装方法:https://www.runoob.com/nodejs/nodejs-install-setup.html
python安装方法:https://www.cnblogs.com/yc8930143/p/8258386.html
注意所需软件的版本。
2、react native基本常用js语法
https://www.jianshu.com/p/49a2f6d04de4
https://www.jianshu.com/p/61a5fdbc9b35
https://www.cnblogs.com/zhangmingcheng/p/7119740.html
4、给所有开发者的React Native详细入门指南
https://www.jianshu.com/p/fa0874be0827/
5、React Native 项目整合 CodePush 完全指南
https://blog.csdn.net/y4x5M0nivSrJaY3X92c/article/details/81976844
6、WebStorm导入并运行React Native
https://blog.csdn.net/u010127332/article/details/82856959
7、React—Native开发之原生模块向JavaScript发送事件
https://blog.csdn.net/qq_25827845/article/details/52963594
8、搞懂这几步React Native才算入门
https://www.jianshu.com/p/852b0a0c71db
9、使用WebStorm开发React Native打印console日志
https://blog.csdn.net/qq_31743309/article/details/83621301
10、I18n语言国际化
https://www.jianshu.com/p/4dc5612854eb
11、await和async
https://blog.csdn.net/be_happy_mr_li/article/details/78795501
12、React native Navigator
https://blog.csdn.net/a992036795/article/details/73322782
13、React Native-原生模块开发 (写的比较好)
https://www.jianshu.com/p/496d553a8dc0
14、react-navigation 3.x版本的push、navigate、goback、pop、dispatch等常用方法 (写在比较好)
https://www.cnblogs.com/nangezi/p/10708282.html
https://blog.csdn.net/andy_zhang2007/article/details/79584615 (稍微信息多点)
15、React Native 如何使用第三方库及实例
https://www.jianshu.com/p/0756cd064edb
16、RN发送接收事件--DeviceEventEmitter
https://blog.csdn.net/qq_25280063/article/details/52294221
https://www.jianshu.com/p/6fb9cd3f5d9c
17、使用NetInfo获取网络信息(是否联网、当前网络状态)
https://reactnative.cn/docs/netinfo.html 官网
http://www.hangge.com/blog/cache/detail_1614.html
18、React Native组件生命周期
https://www.jianshu.com/p/582780a7c04f
19、控件布局属性
https://www.imooc.com/article/14235
20、Promise的简单使用