Setup
You can find the most up to date information about how to get started here.
Install Dependencies
Update Brew for OS X
Since brew
will be used to install all the needed tools, you should update it to ensure that you will get the most recent versions of all the required programs:
Install Node and NPM
Alternatively you can download an installer from: nodejs.org/en/download. Recommend to have Node >=4.0
and NPM >=3.0
Install Watchman
This tool will be used by React Native to detect changes of your code and auto reload your application. Install watchman via brew, and not npm.
Install the React Native CLI
Setup Native SDKs
Last updated