examples
examples copied to clipboard
Deep linking example
Describe the example you'd like
A simple example to utilize deep linking (maybe with React Navigation and if possible something like Firebase Dynamic Links?)
There was a question on Slack about this with some key subjects:
- issues with initially loading the app from external sources (using a scheme)
- not sure how this is supposed to work with Chrome on Android
- primary use case is using text messages with the link (only the part after the scheme was clickable)
- using a webpage as fallback for older phones might be also a good demonstration (also solves app not being installed on android/ios)
~~Any existing examples?~~
Is this one up for grabs? I see that it was assigned in March
Any Progress on this?