Technical & DevelopmentIntermediate
expo-deployment
Deploy Expo apps to production
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/expo/skills --skill expo-deploymentnpx skills add https://github.com/expo/skills --skill expo-deploymentOr paste this URL into your assistant to install:
Overview
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.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
Deployment
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
npm install -g eas-cli
eas login
Initialize EAS
Lines 1 - 25 of 183
Recommendations