What problem does it solve?
This Skill simplifies building and migrating React Native applications using Expo, ensuring compatibility with the latest features and preventing common errors related to the New Architecture, React 19, and Expo SDK updates.
Core Features & Use Cases
- New Project Setup: Create new Expo apps with the latest React Native versions and New Architecture enabled by default.
- Migration Guidance: Provides step-by-step instructions and codemods for upgrading older React Native versions (0.72+) to the latest, including handling breaking changes in React 19 and Expo SDKs.
- Error Prevention: Addresses 16 documented issues, from "Fabric component descriptor not found" to "propTypes removed" errors, offering clear solutions and workarounds.
- Use Case: You need to upgrade an existing Expo app from SDK 51 to SDK 54. This Skill will guide you through the process, highlighting breaking changes in
expo-av, expo-file-system, and Reanimated v4, and provide the necessary code modifications.
Quick Start
Create a new Expo app with the latest React Native versions and New Architecture enabled.