Unofficial Gitter.im client for iOS and Android.
Go to the releases page to download the latest available apk.
See Roadmap.
- 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
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.
- 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.xcworkspace
instead ofios/gittermobile.xcodeproj
in Xcode.
All the code available under the MIT + Apache 2.0. licenses. See LICENSE.