brew install node
brew install watchman
重装 brew reinstall watchman
使用nrm工具切换淘宝源
npx nrm use taobao
如果之后需要切换回官方源可使用
npx nrm use npm
sudo gem install cocoapods
// 进入工程创建的目录
cd ~/Desktop
// 创建 HelloReactNative
npx react-native init HelloReactNative --verbose --version 0.64.0
// 安装 yarn
npm install -g yarn
5.1
进入工程创建的ios目录
cd HelloReactNative/ios
pod install
// 进入工程创建的目录
cd HelloReactNative
yarn ios