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!
- Host: GitHub
- URL: https://github.com/ianeli1/simple-chat-native
- Owner: ianeli1
- Created: 2020-10-18T02:28:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T00:49:38.000Z (over 5 years ago)
- Last Synced: 2025-03-28T03:44:53.434Z (over 1 year ago)
- Topics: discord, firebase, graphql, react-native, slack, typescript
- Language: TypeScript
- Homepage:
- Size: 694 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-chat-native
Simple Slack&Discord-like instant messaging app, rewritten using React-Native!

## 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!