安装Node.js
安装Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安装watchman
brew install watchman
安装flow
brew install flow
安装nvm
brew install nvm
安装React Native命令行工具
npm install -g react-native-cli
创建React Native项目
- cd 项目存放文件夹
- react-native init 项目名
代码提示
https://github.com/virtoolswebplayer/ReactNative-LiveTemplate
网友评论