Deploy Expo apps to production
Add this skill
npx mdskills install sickn33/expo-deploymentProvides structured deployment guidance but lacks executable commands and concrete examples
1---2name: expo-deployment3description: "Deploy Expo apps to production"4source: "https://github.com/expo/skills/tree/main/plugins/expo-deployment"5risk: safe6---78# Expo Deployment910## Overview1112Deploy Expo applications to production environments, including app stores and over-the-air updates.1314## When to Use This Skill1516Use this skill when you need to deploy Expo apps to production.1718Use this skill when:19- Deploying Expo apps to production20- Publishing to app stores (iOS App Store, Google Play)21- Setting up over-the-air (OTA) updates22- Configuring production build settings23- Managing release channels and versions2425## Instructions2627This skill provides guidance for deploying Expo apps:28291. **Build Configuration**: Set up production build settings302. **App Store Submission**: Prepare and submit to app stores313. **OTA Updates**: Configure over-the-air update channels324. **Release Management**: Manage versions and release channels335. **Production Optimization**: Optimize apps for production3435## Deployment Workflow3637### Pre-Deployment38391. Ensure all tests pass402. Update version numbers413. Configure production environment variables424. Review and optimize app bundle size435. Test production builds locally4445### App Store Deployment46471. Build production binaries (iOS/Android)482. Configure app store metadata493. Submit to App Store Connect / Google Play Console504. Manage app store listings and screenshots515. Handle app review process5253### OTA Updates54551. Configure update channels (production, staging, etc.)562. Build and publish updates573. Manage rollout strategies584. Monitor update adoption595. Handle rollbacks if needed6061## Best Practices6263- Use EAS Build for reliable production builds64- Test production builds before submission65- Implement proper error tracking and analytics66- Use release channels for staged rollouts67- Keep app store metadata up to date68- Monitor app performance in production6970## Resources7172For more information, see the [source repository](https://github.com/expo/skills/tree/main/plugins/expo-deployment).73
Full transparency — inspect the skill content before installing.