mongrov / roverz

native chat client for rocket.chat

Home Page:https://mongrov.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

Open Source Love

A native mobile chat client library for Rocket.Chat on both iOS and Android.

Screenshots

Screenshots

Features

Overview of features that are supported in this library

  • groups
    • private (groups)
    • public(channels)
    • 1:1 (direct)
  • messages
    • text
    • image
      • camera & gallery
      • caching
      • pinch and zoom
    • video attachments
    • emoji support
    • threaded messages
  • user/group profile pages

You can embed this library to have collaboration in your application.

Demo / Quick Start

  1. Download mongrov official app from app store and install on your device
  2. On launching app, tap on app.mongrov.com under label WORKSPACE
  3. give your rocket.chat server full name on this dialog
    1. if you dont have one, you can use open.rocket.chat or app.mongrov.com
  4. user your username and password to login to the server

NOTE: if you want to test notifications, please use app.mongrov.com

roverz Quick Start

A fully working example have been included in example directory.

# clone source
git clone https://github.com/mongrov/roverz.git
cd mongrov/example

# install all dependencies
npm install

# start the service in a separate terminal
npm start -- --reset-cache

# for iOS
react-native run-ios
# for android
react-native run-android

Usage

In order to include this library into your project, issue to your react-native project

npm install --save https://github.com/mongrov/roverz

Questions / Issues

If you got any questions or problems using, please visit our Github Repository and write an issue.

Contributing

We're happy to include any type of contribution! This can be:

  • bug/issues
  • code fixes
  • language translations
  • writing documentation & demos

See CONTRIBUTING for further information.

License

Apache License, Version 2.0

See LICENSE for full details.

This project is supported and donated by

About

native chat client for rocket.chat

https://mongrov.com

License:Apache License 2.0


Languages

Language:JavaScript 98.6%Language:Objective-C 0.8%Language:Java 0.3%Language:Python 0.3%