https://github.com/npv2k1/chatclone
chat clone reactnative + firebase
https://github.com/npv2k1/chatclone
android firebase javascript reactnative
Last synced: 2 months ago
JSON representation
chat clone reactnative + firebase
- Host: GitHub
- URL: https://github.com/npv2k1/chatclone
- Owner: npv2k1
- Created: 2021-03-29T07:20:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T03:52:10.000Z (almost 4 years ago)
- Last Synced: 2025-10-19T08:47:58.081Z (8 months ago)
- Topics: android, firebase, javascript, reactnative
- Language: JavaScript
- Homepage:
- Size: 335 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIGNAL CLONE
#### Install dependencies:
```
yarn install
```
#### Start
```
yarn start
```
#### step-by-step
###### 1. init expo
```bash
expo init chatclone && cd chatclone
```