Skip to content

gesposito/CodemotionRome2016

Repository files navigation

This repository contains code for my Codemotion Rome 2016 Conference App (mostly a proof of concept).

Here is the final result:

Google Play

App Store

How to install

You need React Native properly setup either for iOS, Android, or both.

Then, inside this project:

npm install

How to run

To run the iOS app:

  • react-native run-ios

To run the Android app:

  • react-native run-android