Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpirescarvalho/chatter-mobile
Realtime room chat client built with React Native 📱
https://github.com/mpirescarvalho/chatter-mobile
chat chatter expo react-native react-native-reanimated realtime socket-io styled-components
Last synced: about 2 months ago
JSON representation
Realtime room chat client built with React Native 📱
- Host: GitHub
- URL: https://github.com/mpirescarvalho/chatter-mobile
- Owner: mpirescarvalho
- Created: 2020-07-18T04:03:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:16:16.000Z (about 2 years ago)
- Last Synced: 2023-03-07T17:07:11.833Z (almost 2 years ago)
- Topics: chat, chatter, expo, react-native, react-native-reanimated, realtime, socket-io, styled-components
- Language: JavaScript
- Homepage:
- Size: 2.96 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatter/mobile
> Talk live to anyone from anywhere
## Live
You can find and download the .apk here:
https://github.com/mpirescarvalho/chatter-mobile/releases/tag/v0.1
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/awesome`)
3. Commit your changes (`git commit -am 'Add awesome feature'`)
4. Push to the branch (`git push origin feature/awesome`)
5. Create a new Pull Request## Building
- You'll first need chatter-server running: https://github.com/mpirescarvalho/chatter-server
You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.
```bash
$ git clone https://github.com/mpirescarvalho/chatter-mobile.git
$ cd chatter-mobile
$ npm install
$ npm run start
```Runs the app in the development mode.
## Contact