react-native-community
@react-native-community seed · attribution · source repo
0 followers · 2 skills
2 published skills
- ▌ Upgrade React Native · react-native-community bundleUse when upgrading react-native to a newer version. Handles version bumps, native project changes (Android/iOS), dependency updates, and breaking change migration. Invoke with `/upgrade-react-native <version>`.
- ▌ Migrate To Strict API · react-native-community bundleUse when migrating a React Native project to the Strict TypeScript API — the default JavaScript API from React Native 0.87, available as an opt-in preview since 0.80. Handles tsconfig.json setup, dependency updates, rewriting deep imports to root imports, and resolving breaking type changes. Invoke with `/migrate-to-strict-api`.