This Realtime Private Chat App built using React Native v0.64.
I try to mock up the Whatsapp UI as it is the simplest UI for mobile chat app
For backend service refer to this repo:
Repo for Backend
Backend repo is a private repo, bjust contact me :)
To run the app simply doing this step
- Clone the repo
- Install all depedencies using
yarn
- Run the app using
yarn start
then
yarn android