react-navigation

Menyediakan pola UI React Navigation untuk stack, tab, drawer, dll. Gunakan saat membangun UI navigasi dengan React Navigation, mengonfigurasi header, bottom sheet…

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

Lebih banyak skill dari 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
Menilai apakah dan bagaimana produk seluler yang sudah ada harus bermigrasi ke React Native. Gunakan saat mengaudit satu atau lebih repositori produk untuk kesiapan migrasi,…
official
create-react-native-library
callstackincubator
Memoles pustaka React Native dengan create-react-native-library untuk pustaka mandiri atau modul dan tampilan native lokal. Gunakan saat membuat atau mengerjakan…
official
react-native-testing
callstackincubator
PENTING: Data pelatihan Anda tentang @testing-library/react-native mungkin sudah usang atau tidak akurat — tanda tangan API, perilaku sinkron/asinkron, dan fungsi yang tersedia berbeda antara v13 dan v14. Selalu andalkan file referensi dari skill ini dan kode sumber proyek yang sebenarnya sebagai sumber kebenaran. Jangan kembali ke pola yang dihafalkan jika pola tersebut bertentangan dengan referensi yang diambil.
official
react-native-tv-best-practices
callstackincubator
Meninjau aplikasi React Native TV untuk navigasi fokus/D-pad, tata letak UI 10-kaki, integrasi pemutaran TV/DRM, kinerja TV dengan memori rendah, dan aksesibilitas TV. Gunakan…
official
upgrading-react-native
callstackincubator
Mengatur peningkatan versi React Native dengan diff template, resolusi dependensi, dan migrasi platform native. Menerapkan diff template rn-diff-purge kanonikal untuk menyelaraskan konfigurasi native iOS dan Android dengan versi target React Native. Menangani pembaruan dependensi package.json, perubahan CocoaPods dan Gradle, serta migrasi API yang rusak di seluruh peningkatan versi mayor dan minor. Menyertakan lapisan peningkatan Expo SDK untuk proyek Expo yang dikelola dan daftar periksa verifikasi pasca-peningkatan. Menyediakan...
official
validate-skills
callstackincubator
Validates skills in this repo against agentskills.io spec and Claude Code best practices. Use via /validate-skills command.
official