https://github.com/filipsuk/eventigo-app
Mobile client for eventigo.cz written in React Native
https://github.com/filipsuk/eventigo-app
flowtype jest react-native redux redux-observable
Last synced: about 1 year ago
JSON representation
Mobile client for eventigo.cz written in React Native
- Host: GitHub
- URL: https://github.com/filipsuk/eventigo-app
- Owner: filipsuk
- License: mit
- Created: 2016-12-29T20:36:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T19:23:28.000Z (over 8 years ago)
- Last Synced: 2025-03-17T08:07:34.357Z (about 1 year ago)
- Topics: flowtype, jest, react-native, redux, redux-observable
- Language: JavaScript
- Size: 1.53 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/eventigo/eventigoApp)
[](https://codeclimate.com/github/eventigo/eventigo-app)
[](https://codeclimate.com/github/eventigo/eventigo-app/coverage)
# Eventigo.cz Mobile App
Mobile client for events aggregator [Eventigo](https://github.com/eventigo/eventigo-web) written in React Native.
Part of author's Master's thesis: [Methodology for mobile development in React Native](https://vskp.vse.cz/68718_metodika_pro_vyvoj_mobilnich_aplikaci_vreact_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
- [React Native](http://facebook.github.io/react-native/docs/getting-started.html) (follow iOS and Android guides)
## Development setup
1. Install dependencies:
```bash
yarn install
```
2. Copy `.env.template` to `.env` and replace API host if needed
3. Run on device or simulator:
```bash
react-native run-ios
# or
react-native run-android
```
## Build release
### Android
1. [Generate your signing key](http://facebook.github.io/react-native/docs/signed-apk-android.html)
2. Name gradle variables `EVENTIGO_RELEASE_*` instead of `MYAPP_RELEASE_*`
3. Run build script
```bash
yarn build-android-release
```
## Screenshots
### iOS

### Android
