skills/react-navigation/SKILL.md
Provides React Navigation UI patterns for stacks, tabs, drawers etc. Use when building navigation UIs with React Navigation, configuring headers, bottom sheets or handling safe areas and insets.
npx skillsauth add callstackincubator/agent-skills react-navigationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
Security scan pending...
This skill is queued for security scanning. Results will appear when the scan completes.
Guide for building navigation UIs with React Navigation.
This skill only applies to React Navigation 7. The API and patterns may not work with different versions.
React Navigation offers two API - object-based Static API and component-based Dynamic API.
Static APIReference this skill when:
| File | Description | | ------------------------------------------- | ------------------------------ | | stacks.md | Stack based navigation | | form-sheet.md | Bottom sheet and form sheets | | bottom-tabs.md | Cross-platform bottom tabs | | native-bottom-tabs.md | Native bottom tabs | | material-top-tabs.md | Swipeable Top tabs | | drawers.md | Drawer navigation and sidebars | | header.md | Configuring headers | | safe-areas.md | Safe-area handling |
| Problem | Start With | | ------------------------------------------------------------------------- | ------------------------------------------- | | Showing screens and modals in a stack | stacks.md | | Showing bottom sheets or form sheets | form-sheet.md | | Showing screens in bottom tabs or responsive sidebars with web support | bottom-tabs.md | | Showing screens in native tabs on iOS & Android | native-bottom-tabs.md | | Showing content in swipeable top tabs | material-top-tabs.md | | Using a drawer or sidebar | drawers.md | | Configuring the header in bottom tab or drawer navigator | header.md | | Handling safe-area such as status bar, header insets, tab bar insets etc. | safe-areas.md |
tools
Assesses whether and how an existing mobile product should migrate to React Native. Use when auditing one or more product repositories for migration readiness, including products whose iOS, Android, and other clients live in separate directories or repositories; choosing brownfield, greenfield, or a checkpoint-based path; defining a representative trial; or preparing a baseline and ROI decision before implementation. When product scope or material evidence is unavailable, grills the stakeholder with exactly one question per turn instead of sending a questionnaire.
development
Reviews React Native TV apps for focus/D-pad navigation, 10-foot UI layout, TV playback/DRM integration, low-memory TV performance, and TV accessibility. Use when building, debugging, or reviewing react-native-tvos, Expo TV, Amazon Vega/Kepler, or React Native web TV targets where the issue depends on remote input, TV focus, TV packaging, TV hardware, or TV playback constraints.
development
Scaffolds React Native libraries with create-react-native-library for standalone libraries or local native modules and views. Use when creating or working on React Native libraries or adding native functionality in an existing app.
development
Upgrades React Native apps to newer versions by applying rn-diff-purge template diffs, updating package.json dependencies, migrating native iOS and Android configuration, resolving CocoaPods and Gradle changes, and handling breaking API updates. Use when upgrading React Native, bumping RN version, updating from RN 0.x to 0.y, or migrating Expo SDK alongside a React Native upgrade.