Configure the NavigationContainer linking prop with a prefix array for the app scheme and web/universal-link domains, then map URL paths to typed routes in linking.config. Include a fallback or 404 screen for paths that do not match. Validate and sanitize route parameters before fetching or navigating. Configure the platform association files as well: Universal Links on iOS and App Links on Android. Do not manually parse URLs in screens; let React Navigation resolve them through the linking c...
Scanned 9/5/2026
Install to Claude Code
npx -y skills add HoangNguyen0403/agent-skills-standard --skill react-native-navigation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of React Native Navigation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hoangnguyen0403-react-native-navigation-8153074a)More formats (shields.io, HTML) on the badges page.
Configure the NavigationContainer linking prop with a prefix array for the app scheme and web/universal-link domains, then map URL paths to typed routes in linking.config. Include a fallback or 404 screen for paths that do not match.
Validate and sanitize route parameters before fetching or navigating. Configure the platform association files as well: Universal Links on iOS and App Links on Android. Do not manually parse URLs in screens; let React Navigation resolve them through the linking configuration.
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.