mac react-native安装

649 查看

install

brew install node
brew install watchman
sudo npm install -g react-native-cli
react-native init reactDemoApp
cd reactDemoApp
react-native run-android

docs