1.将Xcode升级到7.0以上。
2.安装homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
3.安装node:
brew install node
4.安装watchman:
brew install watchman
5.安装flow:
brew install flow
可以通过:
brew update && brew upgrade
升级以上的程序。
6.安装react-native-cli:
npm install -g react-native-cli
至此,已经配置完毕。
现在可以创建项目了,我们可以创建任意名称的项目:
react-native init ProjectName