Skip to content

filipsuk/eventigo-app

Repository files navigation

Build Status Code Climate Test Coverage

Eventigo.cz Mobile App

Mobile client for events aggregator Eventigo written in React Native.

Part of author's Master's thesis: Methodology for mobile development in React Native.

Download from stores

Android: https://play.google.com/store/apps/details?id=com.eventigoapp

iOS: https://itunes.apple.com/cz/app/eventigo/id1250600027

Requirements for development

Development setup

  1. Install dependencies:
yarn install
  1. Copy .env.template to .env and replace API host if needed

  2. Run on device or simulator:

react-native run-ios
# or 
react-native run-android

Build release

Android

  1. Generate your signing key
  2. Name gradle variables EVENTIGO_RELEASE_* instead of MYAPP_RELEASE_*
  3. Run build script
yarn build-android-release

Screenshots

iOS

iPhone

Android

Nexus