What problem does it solve? Delivering JavaScript, styling, and asset changes to installed Expo apps normally requires rebuilding and resubmitting native binaries to app stores. This Skill guides you through configuring EAS Update and publishing compatible over-the-air updates so users receive changes without a new store release. ## Core Features & Use Cases - Guided configuration: Runs eas update:configure correctly, preserving existing app config, eas.json profiles, and native project setups. - Safe publishing: Publishes updates to the right channel, environment, platform, and runtime version, with explicit confirmation before touching production. - Update debugging: Diagnoses why a TestFlight or production build still shows old code by checking channel-to-branch mappings, runtime version mismatches, and the cold-launch update lifecycle. - Use Case: You fixed a UI bug in your React Native app and want TestFlight users to get it today. Use this Skill to publish the update to your preview channel, verify it with up to two cold launches, then promote the same artifact to production. ## Quick Start Ask the assistant to configure EAS Update in your Expo project and publish a JavaScript fix to your preview channel for testing.