https://github.com/marcosvel/igniteshoes
Shoes Store App with push notifications and deep linking using One Signal and Firebase Cloud Messaging.
https://github.com/marcosvel/igniteshoes
deep-linking expo-dev-client firebase-cloud-messaging notifications one-signal
Last synced: about 1 year ago
JSON representation
Shoes Store App with push notifications and deep linking using One Signal and Firebase Cloud Messaging.
- Host: GitHub
- URL: https://github.com/marcosvel/igniteshoes
- Owner: MarcosVel
- Created: 2023-09-13T02:14:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T06:11:30.000Z (about 2 years ago)
- Last Synced: 2025-02-12T13:55:04.231Z (over 1 year ago)
- Topics: deep-linking, expo-dev-client, firebase-cloud-messaging, notifications, one-signal
- Language: TypeScript
- Homepage:
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 💻 Projeto
igniteshoesapp
## 📝 Licença
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
---
Feito com 💜 by Rocketseat
---
## Run app
To run with a physical device
```bash
adb devices
```
```bash
adb tcpip 5555
```
```bash
adb connect deviceip:5555
```
## Install app on device and run (without expo-dev-clint)
```bash
npx expo run:android
```
## Run with expo-dev-clint
```bash
npx expo start --dev-client
```
## List schemes
```bash
npx uri-scheme list
```
run test on android
```bash
npx uri-scheme open igniteshoes://:8081 --android
```
testing navigation to product
```bash
npx uri-scheme open igniteshoes://details/7 --android
```