What problem does it solve? Expo Go cannot run custom native code, local Expo modules, Apple targets, or third-party native libraries, so developers need a way to build and install custom development clients on physical devices for real testing. ## Core Features & Use Cases - EAS Development Profiles: Configure eas.json with developmentClient, autoIncrement, and remote appVersionSource settings for consistent builds. - Cloud and Local Builds: Build iOS and Android dev clients via EAS Build in the cloud or locally with Xcode and Android toolchains, then install via simctl, ideviceinstaller, or adb. - TestFlight Distribution: Build and submit an iOS dev client to TestFlight in one command for internal team testing. - Use Case: You added a config plugin and a native module that Expo Go does not bundle. Use this Skill to create a development profile, run eas build with the development profile, install the client on your device, and connect it to your local Metro bundler. ## Quick Start Use the expo-dev-client skill to configure a development EAS profile and build an iOS development client for my project.