RAC

作者: iOS_zeng | 来源:发表于2019-07-07 21:44 被阅读0次

一、环境需求
1.1 安装Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

1.2 安装npm 和 Node.js
https://nodejs.org/en/download/

1.3 安装WatchMan
brew install watchman

1.4 安装Flow
brew install flow

二、React Native安装
sudo npm install -g yarn react-native-cli

创建项目
react-native init

相关文章

网友评论

      本文标题:RAC

      本文链接:https://www.haomeiwen.com/subject/ganihctx.html