-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Hi Team,
First of all, thank you for the incredible work on this open-source project. The codebase is well-structured, the documentation is clear, and it's evident that a lot of thought and care has gone into maintaining this repository. It's been a pleasure to explore and use.
I would like to suggest adding deeplink support to enhance the app’s navigation capabilities and improve user experience.
📋 Motivation
Deeplinking improves usability by enabling:
- Direct navigation from notifications, emails, or external apps
- Better integration with other systems or services
- Seamless onboarding or user-specific redirections (e.g., app://user/123, app://settings)
✅ Expected Behavior
- The app should recognize and respond to specific URI patterns
- Deep links should route users to the appropriate screen with correct state/data
💡 Suggested Implementation
- Register URI schemes or universal links
- Map routes or screens to deeplink patterns
- Handle invalid or incomplete links gracefully
Thank you
Metadata
Metadata
Assignees
Labels
No labels