Skip to content

Instantly share code, notes, and snippets.

@thanhhaiqtvn
Last active August 28, 2018 04:00
Show Gist options
  • Save thanhhaiqtvn/aac5269494d1a22ea54598597937a92f to your computer and use it in GitHub Desktop.
Save thanhhaiqtvn/aac5269494d1a22ea54598597937a92f to your computer and use it in GitHub Desktop.
install react native on macos to run iOS

Install Homebrew (nếu máy chưa có)

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

Node, Watchman

brew install node
brew install watchman

React Native CLI

npm install -g react-native-cli

Run app

cd your projects
react-native run-ios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment