This repo contains code samples for the Learning React Native O'Reilly Online Training.
Slides for the workshop are here.
Make sure you have a working installation of Node v6 or later. Install instructions for Node.js are here.
Install Create React Native App:
$ npm install -g create-react-native-app
Then:
$ cd src
$ npm install
$ npm start