Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carloscazelattojr/telegram
- Owner: carloscazelattojr
- Created: 2024-12-27T10:58:55.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-04T23:32:47.000Z (5 days ago)
- Last Synced: 2025-01-05T00:22:14.115Z (5 days ago)
- Language: TypeScript
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.5Criar 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
```