Skip to content

Instantly share code, notes, and snippets.

@h3nr1ke
Created January 31, 2018 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3nr1ke/6ac0d9728c2f627c59146b27a59f6284 to your computer and use it in GitHub Desktop.
Save h3nr1ke/6ac0d9728c2f627c59146b27a59f6284 to your computer and use it in GitHub Desktop.
Installing RectNative using HomeBrew
#install the homebrew, makes our life easy
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#install react native tool
npm install -g create-react-native-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment