Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carloscazelattojr/telegram

Telegram clone react native with expo, supabase and others
https://github.com/carloscazelattojr/telegram

Last synced: 4 days ago
JSON representation

Telegram clone react native with expo, supabase and others

Awesome Lists containing this project

README

        

# Telegram Clone

Clone do Telegram em React Native, supabase e stream.

## Checklist and step-by-step

- ReactNative
- Expo
- Node: v18.20.5

Criar projeto no expo + typescript e sem expo-router:

```
npx create-expo-app . --template expo-template-blank-typescript

```

Executar usando Expo no Codespace:

```
npx expo start --tunnel
```