Skip to content

feat(navigation): add deep linking support#488

Open
menawar wants to merge 1 commit into
Smartdevs17:mainfrom
menawar:feat/deep-linking
Open

feat(navigation): add deep linking support#488
menawar wants to merge 1 commit into
Smartdevs17:mainfrom
menawar:feat/deep-linking

Conversation

@menawar
Copy link
Copy Markdown

@menawar menawar commented Jun 1, 2026

Implements deep linking for SubTrackr with the custom subtrackr:// scheme and HTTPS universal-link support.

Supported URLs:

closes #73

Notes:

  • Adds input validation and sanitisation for deep-link params before they reach screens.
  • Adds a NotFound screen for malformed or unmatched URLs.
  • Adds a share-link utility for subscription links.
  • Universal links require apple-app-site-association and assetlinks.json to be hosted at the real domain root before they work in production.

Verification:

  • Targeted deep-link Jest tests pass.
  • TypeScript passes for the touched deep-link files.
  • Full repo test/typecheck still has unrelated pre-existing failures outside this issue.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 1, 2026

@menawar Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🔧 Add deep linking support

1 participant