Problem
App cannot be opened via URL scheme.
Context
Users cannot share subscription links or receive payment links.
Proposed Solution
Implement deep linking:
- Configure URL scheme
- Handle subtrackr:// URLs
- Universal links for web
- Route to correct screen
Acceptance Criteria
Technical Notes
Config: app.json linking
File: Navigation setup
Constraints
- Handle missing data
- Security considerations
- iOS and Android config
Problem
App cannot be opened via URL scheme.
Context
Users cannot share subscription links or receive payment links.
Proposed Solution
Implement deep linking:
Acceptance Criteria
Technical Notes
Config: app.json linking
File: Navigation setup
Constraints