revonc-eas-deploy

Automate Expo EAS builds, OTA updates, and store submissions for iOS and Android.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Motium-AI/claude-code-toolkit --skill revonc-eas-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: revonc-eas-deploy
Source: https://github.com/Motium-AI/claude-code-toolkit/tree/main/config/skills/revonc-eas-deploy
Command: npx skills add https://github.com/Motium-AI/claude-code-toolkit --skill revonc-eas-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a complete guide to building, deploying, and publishing OTA updates for the RevOnc mobile app using Expo Application Services (EAS). It consolidates the configuration, build, and deployment workflow for iOS and Android into a single reference.

Core Features & Use Cases

  • Build configuration and profile management for EAS (development, preview, testflight-internal, testflight, production)
  • OTA updates and over-the-air release workflows across iOS and Android
  • Store submission and release flow guidance for App Store and Play Store

Quick Start

Use the revonc-eas-deploy skill to push an OTA update to staging via the EAS CLI, for example: eas update --channel staging --message "Prepare staging OTA update for RevOnc"

Frequently Asked Questions about revonc-eas-deploy

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

FAQPage Schema
How do I configure EAS build profiles for iOS and Android?

You can configure EAS build profiles for iOS and Android by defining predefined profiles like development, preview, testflight-internal, testflight, and production in your configuration. This consolidates build settings into a single reference for both platforms.

What is the best way to push an OTA update to staging with Expo EAS?

To push an OTA update to staging with Expo EAS, use the EAS CLI to target the staging channel. An example command is: eas update --channel staging --message "Prepare staging OTA update for RevOnc".

Does this workflow support both App Store and Play Store submissions?

Yes, the workflow supports store submissions for both the App Store and Play Store. It provides release flow guidance and command examples for submitting production builds directly through the EAS CLI.

Can I use predefined EAS profiles for internal TestFlight testing?

Yes, you can use predefined EAS profiles for internal TestFlight testing. The workflow includes dedicated testflight-internal and testflight profiles to automate builds and submit them for testing on iOS.

Why do I need different EAS profiles for development and production builds?

Different EAS profiles for development and production builds are needed to isolate configuration settings, credentials, and deployment targets. Predefined profiles ensure builds and OTA updates are pushed to the correct environment without conflicts.