Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 507 Bytes

rn-ses-macos-required-packages.md

File metadata and controls

39 lines (26 loc) · 507 Bytes

MacOS Required Packages

XCode

  • From the App Store

Brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Node 14

brew install node@14
  • After installing,
    • Create the file /etc/paths.d/node
    • ... with the content /usr/local/opt/node@14/bin

Yarn

npm install --global yarn

Sentry

curl -sL https://sentry.io/get-cli/ | bash

Cocoa Pods

sudo gem install cocoapods