Skip to content

Instantly share code, notes, and snippets.

@h3nr1ke
Created January 31, 2018 22:04
Show Gist options
  • Select an option

  • Save h3nr1ke/6ac0d9728c2f627c59146b27a59f6284 to your computer and use it in GitHub Desktop.

Select an option

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