Dev & Engineering expoexpo-dev-clienteas-buildtestflightiosandroidmetro-bundler

Expo Development Client Builder

Build and distribute Expo development clients for native-code testing.

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
Trust17 / 25 · 3.4/5

The document discloses the cost distinction between local and cloud builds, Apple Developer requirements, and the external effect of EAS/TestFlight, while directing production releases to another skill. However, it does not require confirmation before cloud builds, TestFlight submission, or credential operations, and does not explain credential/project-data flows, least-privilege permissions, or rollback, so 8 points are deducted.

Reliability8 / 20 · 2.0/5

The workflow, configuration example, and common commands are broadly consistent, with troubleshooting for signing, cache, and CLI-version issues. However, there are no tests or execution evidence for key paths, and prerequisites, abnormal inputs, platform differences, and some build-artifact assumptions are under-specified; the static-review ceiling therefore limits the score.

Adaptability10 / 15 · 3.3/5

The audience and scenarios are reasonably clear, including explicit cases requiring a development client and separation from the production-store skill. Non-fit boundaries, trigger precision, project prerequisites, and Chinese-environment guidance are limited; cloud workflows depend on EAS and App Store Connect without discussing mainland-China reachability, so 5 points are deducted.

Convention9 / 15 · 3.0/5

The skill has a name, description, version 1.1.0, MIT license, structured sections, command examples, troubleshooting, and repository-level update/version checks. It lacks a changelog, explicit maintenance owner, and skill-specific installation/dependency notes, FAQ, and known limitations, so 6 points are deducted.

Effectiveness6 / 15 · 2.0/5

It provides actionable coverage for deciding, configuring, building, installing, connecting to Metro, and checking status. However, installation of expo-dev-client, credential preparation, configuration-merge risks, and platform-specific output details are incomplete; static evidence cannot establish directly usable results, so 6 points are awarded under the static cap and 9 points are deducted.

Verifiability4 / 10 · 2.0/5

The skill supplies auditable commands, configuration, and official documentation references, while repository workflows verify skill limits and plugin versions. There are no committed tests covering the skill's key paths, real build records, or third-party execution evidence, so independent reproduction remains limited and 6 points are deducted.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 8bd359f8a44d
Before you use it
  • eas build --submit incurs cloud costs and triggers an external App Store Connect submission; confirm the account, billing, target project, and submission intent first.
  • The skill does not clearly specify installation or verification of the expo-dev-client dependency, EAS authentication, iOS signing permissions, or configuration-merge strategy.
  • Mainland-China reachability and recovery paths for the cloud EAS/TestFlight workflow are not documented; local builds are the more controllable alternative.
Review evidence [1][2][3][4][5][6][7]
See the full review method →

What does this skill do, and when should you use it?

This skill guides Expo projects through EAS Build workflows for creating development clients, either locally or in the cloud for internal TestFlight testing. It covers development-profile configuration, iOS and Android builds, installation, Metro connection, build-status checks, and common troubleshooting. It is suited to real Expo applications using custom native code, native modules, config plugins, or Apple targets. Production TestFlight releases and store submission are outside its scope and belong to the eas-app-stores skill.

Guides edits to eas.json development profiles; runs eas build for iOS and Android development clients; uses --submit to send an iOS development client to App Store Connect; produces or handles .ipa, .apk, .aab, and simulator .app outputs; installs local builds with xcrun simctl, ideviceinstaller, or adb; checks builds with eas build:list and eas build:view; starts Metro with npx expo start --dev-client and connects the client by QR code or URL; troubleshoots with eas credentials, --clear-cache, and eas update.

  1. A team testing a branch that contains custom Expo native modules on physical devices.
  2. A developer using a third-party native module that is not bundled in Expo Go.
  3. An iOS project testing widgets, App Clips, extensions, remote push notifications, or App/Universal Links.
  4. A team distributing an iOS development client to internal testers through TestFlight.
  5. A developer who needs local iOS or Android development-client artifacts instead of a cloud build.

What are this skill's strengths and limitations?

Pros
  • Covers iOS, Android, local builds, and EAS cloud-build workflows.
  • Provides a development-profile example and explains its key settings.
  • Includes TestFlight internal testing, local installation, Metro connection, status checks, and troubleshooting.
  • Clearly states the boundary between free local builds and paid EAS Build/TestFlight distribution.
Limitations
  • Cloud builds consume plan build minutes, and device or TestFlight distribution requires a paid Apple Developer account.
  • Production TestFlight releases and app-store submission are outside this skill’s scope.
  • Local iOS builds require Xcode; Android installation requires adb; device installation may also require signing.
  • The source provides no test suite, platform-coverage validation, or automated quality metrics.

How do you install this skill?

This skill is part of the expo/skills collection. Install all Expo skills with: npx skills@latest add expo/skills --skill '*'. Run it from the project root, choose the installation location when prompted, then restart or refresh the agent session. Claude Code can use claude plugin install expo@claude-plugins-official; Codex can use codex plugin add expo@openai-curated. The source does not document a Skills CLI command that installs only expo-dev-client.

How do you use this skill?

Ensure eas.json contains a development profile with developmentClient: true. Build and submit an iOS development client in the cloud with: eas build -p ios --profile development --submit. Build locally with eas build -p ios --profile development --local or eas build -p android --profile development --local. After installation, run npx expo start --dev-client and scan the QR code or enter the Metro URL in the client. Example prompt: “Configure a development profile for this Expo project and build a development client for physical-device testing.”

How does this skill compare with similar options?

Compared with Expo Go, development clients are intended for real applications using custom native code, native modules, config plugins, Apple targets, or other capabilities not included in Expo Go; Expo Go is positioned for learning and quick experiments. Compared with eas-app-stores, this skill targets development clients and internal testing, while eas-app-stores targets production builds, TestFlight, app-store submission, and store metadata.

FAQ

Are local builds free?
The skill states that expo-dev-client is open source and local builds are free. EAS cloud builds and TestFlight distribution consume EAS plan build minutes.
When is a development client needed?
Use one for local Expo modules, Apple targets, third-party native modules not in Expo Go, config plugins, or testing remote push notifications and App/Universal Links.
What should I check when a build fails?
For signing errors, run eas credentials. You can clear the iOS build cache with eas build -p ios --profile development --clear-cache, and check the EAS CLI with eas --version and eas update.
Can this skill publish a production app?
That is not its intended scope. Use eas-app-stores for production TestFlight releases and app-store submission.

More skills from this repository

All from expo/skills

Dev & Engineering

Expo App Store Release Assistant

Build and ship Expo apps to the App Store, Google Play, and TestFlight with EAS.

Dev & Engineering

Expo Native UI Builder

Build native-feeling, cross-platform interfaces with @expo/ui.

Dev & Engineering

Expo Brownfield Integrator

Guides teams in incrementally embedding Expo and React Native into existing native iOS or Android applications.

Dev & Engineering

Expo Web-to-Native Migration

Turn an existing React website into a shippable Expo app, screen by screen.

Dev & Engineering

Expo App Clip Builder

Configure an iOS App Clip for an Expo app and launch it from web URLs.

Dev & Engineering

EAS Cloud Simulator

Run, control, and capture Expo apps remotely when a local iOS simulator or Android emulator is unavailable.

Dev & Engineering

Expo Skill Eval

End-to-end testing for Expo skill triggering, code quality, and runtime rendering.

Dev & Engineering

Expo Native Module Migration Assistant

Move an existing Expo Swift module from the 1.0 DSL to the 2.0 macro API without changing its JavaScript contract.

Automation & Ops

EAS Observe Performance Guide

Helps Expo teams instrument, query, and interpret production startup, navigation, and custom-event performance metrics.

Automation & Ops

EAS Update Health Insights

Use the CLI to measure EAS Update health, adoption, crashes, and rollout readiness.

Automation & Ops

Expo EAS Workflow Assistant

Write and validate EAS CI/CD workflows for Expo projects.

Dev & Engineering

Expo EAS Hosting Deployments

Deploy Expo websites and API routes while configuring secrets, domains, and the edge runtime.

Dev & Engineering

Expo App Structure Guide

A clear, scalable starting layout for a brand-new Expo Router app.

Dev & Engineering

Expo Data Fetching

Practical networking guidance for Expo apps, covering API calls, caching, offline behavior, and authentication.

Dev & Engineering

Expo Skill Feedback

Collects feedback about Expo skills or Expo itself and manages anonymous usage telemetry.

Dev & Engineering

Expo Integration Examples

Adapt Expo’s official patterns for third-party integrations.

Design & Frontend

Expo Native UI Guide

Helps Expo developers build responsive screens with Apple-informed styling and a native-feeling experience.

Dev & Engineering

Expo SDK Upgrade Assistant

Guides Expo SDK upgrades, dependency fixes, and compatibility cleanup.

Dev & Engineering

Expo DOM Components

Reuse web code and browser-only libraries inside Expo native apps with incremental migration support.

Dev & Engineering

Expo Tailwind Styling Setup

Configure Tailwind CSS v4, NativeWind v5, and cross-platform styling for Expo apps.

Related skills