since I'm forking it to CodemotionRome2016
This repository contains code for my Codemotion Milan 2015 Conference App (mostly a proof of concept).
Here is the final result:
Google Play
App Store
You need React Native properly setup either for iOS, Android, or both.
Then, inside this project:
npm install
To run the iOS app:
react-native run-ios
To run the Android app:
react-native run-android