react-navigation.github.io icon indicating copy to clipboard operation
react-navigation.github.io copied to clipboard

Update deep-linking.md

Open amiinous opened this issue 3 years ago • 3 comments

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.

amiinous avatar Jun 21 '22 11:06 amiinous

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Jun 21 '22 11:06 netlify[bot]

Thank you

satya164 avatar Jun 28 '22 10:06 satya164

@satya164 You're right...I separated the two deep-linking schemes.

amiinous avatar Jun 28 '22 19:06 amiinous