Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 486 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 486 Bytes

This is the application built for the #devdayar 2016 talk about React Native.

Installation

First make sure you have React Native installed. If you don't, follow this guide.

Then clone this repo, install the dependencies and run it.

git clone https://github.com/underscopeio/devdayar16-react-native.git
cd devdayar16-react-native
npm install
react-native run-ios # or react-native run-android