react Native 从零开始 mac配置环境

react Native从零开始 mac配置环境

在mac下,我们需要安装的依赖有:Node、Watchman 和 React Native 命令行工具以及 Xcode。
这里我们用 Homebrew来安装node和Watchman.
安装命令为

brew install node
brew install watchman

然后我们来安装淘宝镜像

npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global

注意:不要使用 cnpm!cnpm 安装的模块路径比较奇怪,packager 不能正常识别!

之后我们来安装yarn 和 react native 并配置yarn的淘宝镜像

npm install -g yarn react-native-cli

yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global

之后我们需要使用xcode的命令行工具

启动 Xcode,并在Xcode | Preferences | Locations菜单中检查一下是否装有某个版本的Command Line Tools。Xcode 的命令行工具中包含一些必须的工具,比如git等。

在这里插入图片描述
之后我们就可以创建项目了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值