React Native入门二 环境搭建Mac+iOS
安装
参考网站:
http://facebook.github.io/react-native/docs/getting-started.html
这是中文:
http://reactnative.cn/docs/0.27/getting-started.html
Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Nodejs
brew install node
react-native-cli
npm install -g react-native-cli
XCode
推荐安装的工具
watchman
brew install watchman
flow
brew install flow
Nuclide
测试
react-native init AwesomeProject
cd AwesomeProject
react-native run-iso