expo-dev-client

Automate Expo development client creation and distribution for iOS and Android testing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/siddhantparadox/codexAndroid --skill expo-dev-client-siddhantparadox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expo-dev-client
Source: https://github.com/siddhantparadox/codexAndroid/tree/main/.agents/skills/expo-dev-client
Command: npx skills add https://github.com/siddhantparadox/codexAndroid --skill expo-dev-client-siddhantparadox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and distribute Expo development clients to test native code changes across devices.

Core Features & Use Cases

  • Dev client creation: Build and bundle a custom Expo dev client for rapid testing of native modules.
  • TestFlight / local distribution: Prepare builds for TestFlight or local deployment to devices.
  • Workflow guidance: Integrates with EAS Build to streamline development releases.

Quick Start

Run npx expo start --dev-client to start the development client.

Frequently Asked Questions about expo-dev-client

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

FAQPage Schema
How do I create an Expo dev client to test native code changes?

Create an Expo dev client by running npx expo start --dev-client to build and bundle a custom client for rapid testing of native modules across iOS and Android.

Can I distribute Expo development builds to TestFlight for iOS testing?

Yes, you can prepare Expo dev client builds for TestFlight distribution, enabling local deployment and testing workflows for iOS devices using EAS Build pipelines.

Do I need EAS Build to automate Expo dev client distribution?

EAS Build integrates with the dev client workflow to streamline development releases, ensuring proper configuration and distribution readiness for iOS and Android testing.

When should I use a custom Expo dev client instead of the standard Expo Go app?

Use a custom Expo dev client when testing native modules and native code changes that require custom native configurations beyond what the standard Expo Go app supports.

What is the best way to configure local build pipelines for Expo dev clients?

Configure local build pipelines using safe defaults provided by the dev client workflow, ensuring proper build configuration and distribution readiness for iOS and Android testing.

Does the Expo dev client workflow support both iOS and Android testing?

Yes, the Expo dev client workflow supports generating custom dev clients for both iOS and Android platforms, ensuring distribution readiness across devices for mobile teams.