garyhtou / FBLA-App

A React Native app for FBLA
1 stars 0 forks source link

Deferred Deep link auto fills Chapter join code #3

Open garyhtou opened 4 years ago

garyhtou commented 4 years ago

Summary

Create a deferred deep link that allows new members to:

Intended Outcome

The deep link information should still be "held" when is the user needs to download the app.

Deferred deep links are more complex than default deep links. They can direct users to the App or Play Store if the user does not have the app installed (or to another location, such as the app’s website for more information), and then open the original page that user was directed to.

https://www.adjust.com/blog/dive-into-deeplinking/

How will it work?

https://docs.expo.io/workflow/linking/