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

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

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
```