Setup & Installation
What This Skill Does
Handles deploying Expo apps to iOS App Store, Google Play Store, and web hosting using EAS (Expo Application Services). Covers builds, store submissions, TestFlight distribution, PR preview URLs, and automated CI/CD workflows via EAS Workflows.
EAS handles code signing, version increments, and store credential management automatically, removing the manual Xcode/Gradle steps that typically break CI pipelines.
When to use it
- Submitting an iOS build to TestFlight for beta review
- Running automated Play Store deployments when code merges to main
- Generating preview URLs for web app pull requests
- Managing build version numbers remotely across iOS and Android
- Setting up a single eas.json config to handle both platform builds and submissions