安裝Node.js
官網(wǎng):https://nodejs.org/en/
安裝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
創(chuàng)建React Native項目
- cd 項目存放文件夾
- react-native init 項目名
代碼提示
https://github.com/virtoolswebplayer/ReactNative-LiveTemplate