Deterministic core
Generators and audits operate on explicit project inputs so their output can be reproduced and reviewed.
React Native Toolkits / Field index
A focused collection of developer tools for the React Native work that gets brittle: assets, architecture audits, design handoff, and agent-led maintenance.
* rn-typed-assets package runtime dependencies
Operating posture
Inspect the real project. Keep weak evidence weak. Make every change reviewable.
Module directory
Use one product or combine them around your workflow. Each module has a narrow job, a public source, and a direct path to the underlying tool.
Agent workflow
Six audit-first agent skills for inspecting, maintaining, and verifying React Native projects.
Asset pipeline
Generate typed registries for images, SVGs, and Lottie files, then audit and reorganize assets safely.
Migration audit
Read a project's local native signals and report what still needs review before a New Architecture migration.
Design codegen
Convert a Figma selection into React Native and NativeWind component code through a deterministic pipeline.
Workflow rail
This is a map, not a mandatory suite. Start with the problem in front of you and use the smallest module that can expose or remove it.
Turn a selected Figma subtree into React Native and NativeWind component code.
Design to NativeWind
Snapshot project facts before choosing a deeper maintenance workflow.
RN Agents Kit
Make assets addressable by typed names and audit what the app no longer uses.
rn-typed-assets
Classify New Architecture signals conservatively without changing project files.
rn-newarch-ready
Trust contract
Generators and audits operate on explicit project inputs so their output can be reproduced and reviewed.
Missing evidence stays unknown or needs-review. The tools avoid turning weak signals into confident claims.
Agent skills inspect first. Any mutation requires consent and leaves the resulting diff visible for review.
First recommended module / 01