expo-deployment
Deploy Expo apps to production with EAS — build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, publish App Store metadata and ASO, and deploy web bundles and API routes via EAS...
npx skills add sickn33/agentic-awesome-skills --skill expo-deployment --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Deployment ## When to Use Use this skill when you need deploy Expo apps to production with EAS — build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, publish App Store metadata and ASO, and deploy web bundles and API routes via EAS... This skill covers deploying Expo applications across all platforms using EAS (Expo Application Services). ## References Consult these resources as needed: - ./references/workflows.md -- CI/CD workflows for automated deployments and PR previews - ./references/testflight.md -- Submitting iOS builds to TestFlight for beta testing - ./references/app-store-metadata.md -- Managing App Store metadata and ASO optimization - ./references/play-store.md -- Submitting Android builds to Google Play Store - ./references/ios-app-store.md -- iOS App Store submission and review process ## Quick Start ### Install EAS CLI ```bash npm install -g eas-cli eas login ``` ### Initialize EAS ```bash npx eas-cli@latest init ``` This creates `eas.json` with build profiles. ## Build Commands ### Production Builds ```bash # iOS App Store build npx eas-cli@latest build -p ios
- When to Use
- References
- Quick Start
- Install EAS CLI
- Initialize EAS
- Build Commands
- Production Builds
- Submit to Stores
- Web Deployment
- EAS Configuration
- Platform-Specific Guides
- iOS
- Android
- Web
npm install -g eas-cli eas login npx eas-cli@latest init iOS App Store build npx eas-cli@latest build -p ios --profile production Android Play Store build npx eas-cli@latest build -p android --profile production Both platforms npx eas-cli@latest build --profile production npx eas-cli@latest build -p ios --profile production --submit
What does the expo-deployment skill do?
Deploy Expo apps to production with EAS — build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, publish App Store metadata and ASO, and deploy web bundles and API routes via EAS...
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill expo-deployment --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.