Configure a linking prop on NavigationContainer with prefixes for the custom scheme and universal-link domain, then map URL paths to typed routes through linking.config. Handle unmatched paths with a 404 or safe fallback and validate all incoming parameters before using them. On iOS, configure Associated Domains and the apple-app-site-association file. On Android, configure the intent filter and assetlinks.json for the App Link. Test cold start, warm start, and invalid URLs on both platforms;...
Scanned 9/5/2026
Install to Claude Code
npx -y skills add HoangNguyen0403/agent-skills-standard --skill react-native-navigation-v6 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of React Native Navigation V6?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hoangnguyen0403-react-native-navigation-v6-63d3be1b)More formats (shields.io, HTML) on the badges page.
Configure a linking prop on NavigationContainer with prefixes for the custom scheme and universal-link domain, then map URL paths to typed routes through linking.config. Handle unmatched paths with a 404 or safe fallback and validate all incoming parameters before using them.
On iOS, configure Associated Domains and the apple-app-site-association file. On Android, configure the intent filter and assetlinks.json for the App Link. Test cold start, warm start, and invalid URLs on both platforms; do not manually parse URL strings.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.