An open API service indexing awesome lists of open source software.

https://github.com/ianeli1/simple-chat-native

Simple Slack&Discord-like instant messaging webapp, rewritten using React-Native!
https://github.com/ianeli1/simple-chat-native

discord firebase graphql react-native slack typescript

Last synced: 3 months ago
JSON representation

Simple Slack&Discord-like instant messaging webapp, rewritten using React-Native!

Awesome Lists containing this project

README

          

# simple-chat-native
Simple Slack&Discord-like instant messaging app, rewritten using React-Native!

![Promo pic](https://media.discordapp.net/attachments/616319929532022796/774859554265628692/promo.png)

## Usage
The source is preconfigured to use the official server, if you feel like hosting your own instance, clone `simple-chat-graphql-server` and `yarn && yarn start` it. For regular usage, a precompiled APK is available in the Releases tab.

## Features
SimpleChat has many features that are similar to Discord's, chatting, server creation and sharing, etc.

## Roadmap
The next step right now is to develop a web version and to improve the stability of the app.
The plan is to make a fully functional chat app, complete with voice-chat, video-sharing and many other features.

## Contributing
Contributions are most welcome, as well as suggestions and criticism. Open an issue, let's chat!
Note that, for now, this project lacks testing, so contributors may have a hard time trying not to break something accidentally!

## Technologies used
- React Native
- React Native Paper
- Expo
- GraphQL
- Firebase Auth & Storage
Plus many others for the [backend server](https://github.com/ianeli1/simple-chat-graphql-server)

Thank you for taking the time and reading this!