What problem does it solve? Expo SDK 54 introduced breaking changes with the New Architecture, Reanimated v4, and deprecated APIs like expo-av, and missing any of them causes build failures or runtime errors that are hard to diagnose. ## Core Features & Use Cases - Project Setup & Migration: Scaffolds new Expo SDK 54 projects with TypeScript and upgrades existing apps with newArchEnabled, edge-to-edge Android, and typed routes configured correctly. - Reanimated v4 Animations: Implements worklet-based animations, enter/exit transitions, layout animations, and scroll-driven effects compatible with the New Architecture. - EAS Build & OTA Deployment: Configures eas.json profiles for development, preview, and production builds, store submission, and expo-updates OTA delivery. - Use Case: You are migrating an Expo SDK 53 app and your animations break after upgrading Reanimated. This Skill identifies the stale babel plugin, adds the react-native-worklets peer dependency, and rewrites the animation code for v4. ## Quick Start Ask the assistant to set up a new Expo SDK 54 project with Expo Router, Reanimated v4 animations, and an EAS production build profile.