React-Native项目环境搭建(Mac)
版本信息
- 操作系统: macOS
- React Native: v0.57.1
- Node: v8.11.4
- npm: v6.4.1
- watchman: v4.9.0
- flow: v0.95.2
环境搭建
安装Node.js
brew install npm
安装watchman
解决node.js文件监控bugbrew install watchman
安装flow
用于JS类型检查brew install flow
安装React Native命令行工具
npm install -g react-native-cli
安装Xcode/Andriod模拟器
运行项目
1 | react-native init * |