标签:started line get com hot div 申请 tip native
*
必须安装的依赖有:Node、Watchman 和 React Native 命令行工具以及 Xcode。
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global
npm install -g yarn react-native-cli
* param: -g : 表示全局安装使用
yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global
react-native init AwesomeProject
cd AwesomeProject
react-native run-ios
这样启动很可能遇到问题,我遇到的问题是 IOS 模拟器启动了,但是未启动,需要对照xcode commandline tool ,
npm install
根据提示,会让你安装对应的 xcode command line.
然后编译项目,在启动即可。
热加载,在编辑的时候就可看出,改变。
IOS 上还需要申请,暂时没有做,应为要RMB。
React Native IOS ---基础环境搭建(前端架构师)
标签:started line get com hot div 申请 tip native
原文地址:https://www.cnblogs.com/fandong90/p/10743799.html