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

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.

Awesome Lists containing this project

README

          


Rocketseat Education


Rocketseat Project
License

## 💻 Projeto

igniteshoesapp

## 📝 Licença

Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.

---


Feito com 💜 by Rocketseat






banner


---

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