1、学习中文官网https://reactnative.cn
2、编译rn工具vscode,需要安装插件工具https://blog.csdn.net/qq_26585943/article/details/78987844
3、将rn通过cocoapods继承到原生工程时候(参考链接https://reactnative.cn/docs/0.51/integration-with-existing-apps/),遇到如下图的问题,这是因为用了最新版本的react native,而最新的react native有可能不兼容老版本的ios。
4.通过名利react-native init 出来的工程,直接运行报错: Unable to resolve module ./../react-transform-hmr/lib/index.js
解决方案 运行命令行 react-native start --reset-cache