GitterMobile
GitterMobile copied to clipboard
Unofficial Gitter.im (chat for GitHub) client for iOS and Android. [build with react-native]
GitterMobile
Unofficial Gitter.im client for iOS and Android.
Download
Go to the releases page to download the latest available apk.
App preview

Features
See Roadmap.
Technical stack
- React Native
- Redux
- react-native-navigation
- react-native-vector-icons
- react-invertible-scroll-view
- react-native-fetch-blob
- react-native-scrollable-tab-view
- react-native-transformable-image
Installation
Once you have downloaded or cloned this repository, run npm install inside the directory, then you need to create local.js file inside app directory with following content:
export const CLIENT_ID = 'oauth key'
export const CLIENT_SECRET = 'oauth secret'
export const REDIRECT_URI = 'redirect url'
Each of the fields you can get here.
Usage
- Setting up React Native
- Running app on Android Device
- Running app on iOS Device
To run GitterMobile on iOS you need to open
ios/gittermobile.xcworkspaceinstead ofios/gittermobile.xcodeprojin Xcode.
License
All the code available under the MIT + Apache 2.0. licenses. See LICENSE.