react-native, Redux, Javascript ES6
###Pre-requisites Follow the requirements section of this guide
Make sure watchman version
>= 3.2
Get xcode version 6.4 (Mac app store)
npm install
###Running
- Run:
npm start
open ios/ReactNativeSeed.xcodeproj/
in xcode and hit the play button.
Refresh any chances with apple-R, open chrome debugger with apple-d.
###Reset everything
- Run:
npm run reset
Is based on Airbnb style guide.