Mobile client for events aggregator Eventigo written in React Native.
Part of author's Master's thesis: Methodology for mobile development in React Native.
Android: https://play.google.com/store/apps/details?id=com.eventigoapp
iOS: https://itunes.apple.com/cz/app/eventigo/id1250600027
- React Native (follow iOS and Android guides)
- Install dependencies:
yarn install-
Copy
.env.templateto.envand replace API host if needed -
Run on device or simulator:
react-native run-ios
# or
react-native run-android- Generate your signing key
- Name gradle variables
EVENTIGO_RELEASE_*instead ofMYAPP_RELEASE_* - Run build script
yarn build-android-release
