brownfield-navigation
Installation
SKILL.md
Overview
Brownfield Navigation flows from a TypeScript contract (brownfield.navigation.ts) through npx brownfield navigation:codegen, which generates JS bindings, native stubs, and delegate protocols. Host apps implement BrownfieldNavigationDelegate, register it with BrownfieldNavigationManager at startup, then React Native code calls the generated @callstack/brownfield-navigation module.
When to Apply
Reference these skills when:
- App uses brownfield setup
- Presenting existing native screen from React Native
- Configuring schema for brownfield navigation
- Implementing the brownfield navigation delegate
Quick Reference
Related skills