react-navigation.github.io
react-navigation.github.io copied to clipboard
Update deep-linking.md
According to official docs (https://developer.android.com/training/app-links/verify-site-associations), the scheme and host should be defined in separate data tags. Initially I followed the current doc, but after doing some search I found out that combining the scheme and host into one data broke the universal links in Android.
Deploy Preview for react-navigation-docs ready!
| Name | Link |
|---|---|
| Latest commit | ca31f51bc21c023de3558ad56d2ce458be90f3e2 |
| Latest deploy log | https://app.netlify.com/sites/react-navigation-docs/deploys/62bb516f03c43a0008b17e68 |
| Deploy Preview | https://deploy-preview-1156--react-navigation-docs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Thank you
@satya164 You're right...I separated the two deep-linking schemes.