migrate-to-strict-api
Installation
SKILL.md
Migrate to Strict TypeScript API
Migrate a React Native project to the Strict TypeScript API — auto-generated TypeScript types, scoped to react-native's root exports. The Strict API is the default from React Native 0.87, and an opt-in preview on 0.80–0.86.
This migration affects TypeScript analysis only. Nothing changes in the bundle or at runtime, so it is safe to apply incrementally and there is no shipping risk.
Invocation
/migrate-to-strict-api
Step-by-step procedure
Follow every step below in order. Do not skip steps.