Install Library
If you have Homebrew installed, go to next step, else:
$ /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 link
$ cd ios
$ pod installLast updated