For React Native (bare)
Project Spine for React Native (bare)
Bare RN with its own native projects gets the same deterministic compile.
Spine handles bare React Native projects — including the native iOS and Android folders — and emits agent rules that respect platform-specific constraints.
What Spine detects in a React Native (bare) repo
- Native projects (Pods, Gradle)
- Navigation stack
- State libraries (Redux, Zustand, Jotai)
- Hermes vs JSC
Get started
~ — spine inspect --repo .
$ npm install -g project-spine@next $ spine inspect --repo . ✓ detected React Native 0.74+ (bare workflow) $ spine compile --brief ./brief.md --repo . ✓ wrote AGENTS.md, CLAUDE.md, copilot-instructions.md
Templates that fit React Native (bare)
- app-dashboardMobile dashboard with role-aware surfaces.
Guardrails Spine compiles for React Native (bare)
- Platform rules and gotchas
- Pods / Gradle update expectations
- Testing strategy (Detox, Maestro)
- Release channel contract