One-click install
npx skills add https://github.com/soham2008xyz/trade-tycoon --skill expo-deployment-soham2008xyz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expo-deployment
Source: https://github.com/soham2008xyz/trade-tycoon/tree/main/.agents/skills/expo-deployment
Command: npx skills add https://github.com/soham2008xyz/trade-tycoon --skill expo-deployment-soham2008xyz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of reliably building and distributing an Expo app across iOS, Android, and web without getting stuck in store-specific setup steps.

Core Features & Use Cases

  • Production builds with EAS: Create release builds for iOS and Android using the correct EAS build profiles, including optional auto-incrementing versions.
  • Store submission guidance: Configure and run commands to submit iOS builds to App Store Connect (including TestFlight flow) and Android builds to Google Play using EAS.
  • Web hosting deployment: Export and deploy the web build through EAS Hosting for production and pull-request previews.
  • Operational CI/CD examples: Use EAS Workflows YAML patterns to automate build, submit, deploy, and preview steps in a repeatable way.

Quick Start

Initialize EAS configuration for your Expo project by running npx eas-cli@latest init and then deploy production iOS and Android builds with EAS build profiles.

Frequently Asked Questions about expo-deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I submit my Expo app to TestFlight and the Google Play Store?

To deploy your Expo app to TestFlight and Google Play, use EAS CLI to run build and submit profiles defined in eas.json. This handles App Store Connect and Google Play submissions securely.

Can I use EAS Workflows to automate Expo app store releases?

Yes, EAS Workflows supports automating Expo app store releases. You define YAML configurations to create repeatable pipelines that build, submit, and deploy your iOS and Android applications.

What is the best way to host an Expo web app and generate PR previews?

Use EAS Hosting to deploy your Expo web app and generate PR previews. Export your web production build and configure automated pipelines to deploy both production and pull-request preview environments.

Do I need eas.json build profiles to create production builds for iOS and Android?

Yes, eas.json build profiles are required for creating production iOS and Android builds. Configuring these profiles ensures consistent release engineering and supports optional auto-incrementing version management.

How does EAS CLI handle secure credentials for App Store submission?

EAS CLI securely manages store credentials during the App Store submission process. It requires correct eas.json build and submit profiles to authenticate and route iOS builds to App Store Connect.