react-navigation

Bietet React Navigation UI-Muster für Stacks, Tabs, Drawers usw. Verwenden Sie dies beim Erstellen von Navigations-UIs mit React Navigation, Konfigurieren von Headern, Bottom Sheets…

npx skills add https://github.com/callstackincubator/agent-skills --skill react-navigation

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.mdStack based navigation
form-sheet.mdBottom sheet and form sheets
bottom-tabs.mdCross-platform bottom tabs
native-bottom-tabs.mdNative bottom tabs
material-top-tabs.mdSwipeable Top tabs
drawers.mdDrawer navigation and sidebars
header.mdConfiguring headers
safe-areas.mdSafe-area handling

Problem -> Skill Mapping

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

Mehr Skills von callstackincubator

react-devtools
callstackincubator
React DevTools CLI for AI agents. Use when the user asks you to debug a React or React Native app at runtime, inspect component props/state/hooks, diagnose…
official
agent-device
callstackincubator
Automates interactions for Apple-platform apps (iOS, tvOS, macOS) and Android devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing,…
official
assess-react-native-migration
callstackincubator
Bewertet, ob und wie ein bestehendes mobiles Produkt zu React Native migrieren sollte. Verwenden Sie dies bei der Überprüfung eines oder mehrerer Produkt-Repositorys auf Migrationsbereitschaft,…
official
create-react-native-library
callstackincubator
Erstellt React Native Bibliotheken mit create-react-native-library für eigenständige Bibliotheken oder lokale native Module und Ansichten. Verwenden Sie dies beim Erstellen oder Arbeiten an…
official
react-native-testing
callstackincubator
WICHTIG: Ihre Trainingsdaten zu @testing-library/react-native könnten veraltet oder fehlerhaft sein – API-Signaturen, synchrones/asynchrones Verhalten und verfügbare Funktionen unterscheiden sich zwischen v13 und v14. Verlassen Sie sich stets auf die Referenzdateien dieser Fähigkeit und den tatsächlichen Quellcode des Projekts als maßgebliche Quelle. Verwenden Sie keine auswendig gelernten Muster, wenn diese mit der abgerufenen Referenz in Konflikt stehen.
official
react-native-tv-best-practices
callstackincubator
Überprüft React Native TV-Apps auf Fokus-/D-Pad-Navigation, 10-Fuß-UI-Layout, TV-Wiedergabe/DRM-Integration, TV-Leistung bei geringem Speicher und TV-Barrierefreiheit. Verwenden…
official
upgrading-react-native
callstackincubator
We need to translate the given English text into German. The text describes an agent skill for upgrading React Native. We must preserve the name "upgrading-react-native" but it's not in the text, so we don't include it. We translate the text inside <text> only. No extra labels or commentary. Keep technical terms like React Native, rn-diff-purge, CocoaPods, Gradle, Expo SDK, etc. Translate naturally. The text: "Orchestrates React Native version upgrades with template diffs, dependency resolution, and native platform migration. Applies canonical rn-diff-purge template diffs to align native iOS and Android configuration with target React Native versions Handles package.json dependency updates, CocoaPods and Gradle changes, and breaking API migrations across major and minor version bumps Includes Expo SDK upgrade layer for managed Expo projects and post-upgrade verification checklist Provides..." Note: There is a missing period after "versions" and before "Handles". Also "Provides..." seems cut off. We'll translate as given. German translation
official
validate-skills
callstackincubator
Validates skills in this repo against agentskills.io spec and Claude Code best practices. Use via /validate-skills command.
official