ReactNative环境安装 指南 Mac版

命令行可以解决的部分

安装homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

结果如下

利用brew装node

brew install node

利用npm装 yarn + react-native-cli

npm install -g yarn react-native-cli

利用brew装watchman

brew install watchman

动动小手指的部分

Xcode

Android Studio

其他小问题

    原文作者:Yangyang
    原文地址: https://segmentfault.com/a/1190000014190384
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞