react navigation

Skill

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.

Files9
  • @skills/react-navigation/SKILL.md
  • @skills/react-navigation/references/bottom-tabs.md
  • @skills/react-navigation/references/drawers.md
  • @skills/react-navigation/references/form-sheet.md
  • @skills/react-navigation/references/header.md
  • @skills/react-navigation/references/material-top-tabs.md
  • @skills/react-navigation/references/native-bottom-tabs.md
  • @skills/react-navigation/references/safe-areas.md
  • @skills/react-navigation/references/stacks.md

React Navigation

Overview

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.

API Selection

React Navigation offers two API - object-based Static API and component-based Dynamic API.
  • Existing Apps: Check the current navigation setup and follow the same API style when using the references
  • New Apps: If the app does not have an existing navigation setup yet, prefer Static API

When to Apply

Reference this skill when:
  • Building navigation UI patterns such as stacks, tabs, drawers, sheets etc.
  • Configuring headers and other built-in navigator UI
  • Handling safe areas and insets in navigation UI

References

FileDescription
stacks.md [blocked]Stack based navigation
form-sheet.md [blocked]Bottom sheet and form sheets
bottom-tabs.md [blocked]Cross-platform bottom tabs
native-bottom-tabs.md [blocked]Native bottom tabs
material-top-tabs.md [blocked]Swipeable Top tabs
drawers.md [blocked]Drawer navigation and sidebars
header.md [blocked]Configuring headers
safe-areas.md [blocked]Safe-area handling

Problem -> Skill Mapping

ProblemStart With
Showing screens and modals in a stackstacks.md [blocked]
Showing bottom sheets or form sheetsform-sheet.md [blocked]
Showing screens in bottom tabs or responsive sidebars with web supportbottom-tabs.md [blocked]
Showing screens in native tabs on iOS & Androidnative-bottom-tabs.md [blocked]
Showing content in swipeable top tabsmaterial-top-tabs.md [blocked]
Using a drawer or sidebardrawers.md [blocked]
Configuring the header in bottom tab or drawer navigatorheader.md [blocked]
Handling safe-area such as status bar, header insets, tab bar insets etc.safe-areas.md [blocked]
react-navigation — Kortix Marketplace | Kortix