migrate-to-static-config
Installation
SKILL.md
Migrating to Static Config
Goal
Convert React Navigation navigators from JSX-based dynamic setup to static configuration while preserving behavior, typing, and deep links.
When to use
You are migrating screens from Dynamic API to the Static API in React Navigation.
Adaptation policy
Treat the patterns in this skill as canonical starting points, not an exhaustive list. The examples are meant to illustrate the core patterns.
When applying this skill to a codebase:
Related skills