react-navigation

tarafından callstackincubator

Yığınlar, sekmeler, çekmeceler vb. için React Navigation UI desenleri sağlar. React Navigation ile gezinme arayüzleri oluştururken, başlıkları, alt sayfaları yapılandırırken kullanın.

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

callstackincubator tarafından daha fazla skill

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
Mevcut bir mobil ürünün React Native'e geçip geçmemesi ve nasıl geçmesi gerektiğini değerlendirir. Bir veya daha fazla ürün deposunu geçiş hazırlığı açısından denetlerken kullanın,…
official
create-react-native-library
callstackincubator
create-react-native-library ile bağımsız kütüphaneler veya yerel native modüller ve görünümler için React Native kütüphaneleri oluşturur. Yeni bir kütüphane oluştururken veya üzerinde çalışırken kullanın.
official
react-native-testing
callstackincubator
ÖNEMLİ: @testing-library/react-native hakkındaki eğitim verileriniz güncel olmayabilir veya hatalı olabilir — API imzaları, senkron/asenkron davranışı ve mevcut fonksiyonlar v13 ile v14 arasında farklılık gösterir. Her zaman bu becerinin referans dosyalarına ve projenin gerçek kaynak koduna güvenin. Alınan referansla çeliştiğinde ezberlenmiş kalıplara başvurmayın.
official
react-native-tv-best-practices
callstackincubator
React Native TV uygulamalarını odak/D-pad navigasyonu, 10-foot UI düzeni, TV oynatma/DRM entegrasyonu, düşük bellekli TV performansı ve TV erişilebilirliği açısından inceler. Kullan…
official
upgrading-react-native
callstackincubator
React Native sürüm yükseltmelerini şablon farkları, bağımlılık çözümlemesi ve yerel platform geçişi ile düzenler. Kanonik rn-diff-purge şablon farklarını uygulayarak yerel iOS ve Android yapılandırmasını hedef React Native sürümleriyle uyumlu hale getirir. package.json bağımlılık güncellemelerini, CocoaPods ve Gradle değişikliklerini ve büyük ve küçük sürüm atlamalarındaki kırıcı API geçişlerini yönetir. Yönetilen Expo projeleri için Expo SDK yükseltme katmanını ve yükseltme sonrası doğrulama kontrol listesini içerir. Sağlar...
official
validate-skills
callstackincubator
Validates skills in this repo against agentskills.io spec and Claude Code best practices. Use via /validate-skills command.
official