skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

expo-deployment

Deploy Expo apps to production

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/expo/skills --skill expo-deployment

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

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

Explore other random skills

All skillsMy patterns