Install Libs
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"$ brew install node$ npm install -g react-native-cli$ cd PROJECT_DIR
$ npm install$ react-native run-android
Last updated
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"$ brew install node$ npm install -g react-native-cli$ cd PROJECT_DIR
$ npm install$ react-native run-android
Last updated
$ react-native run-ios