What problem does it solve? Expo Go cannot run custom native code, third-party native modules, config plugins, or Apple targets like widgets and app clips. This Skill guides you through creating custom development clients so you can test native code changes on physical devices. ## Core Features & Use Cases - EAS Configuration: Set up a development build profile in eas.json with developmentClient, autoIncrement, and remote app version source. - Cloud and Local Builds: Build iOS and Android dev clients via EAS Build in the cloud or locally with Xcode and Android toolchains. - TestFlight Distribution: Build and submit an iOS dev client to TestFlight in one command for internal testing. - Use Case: You added a native module that Expo Go does not bundle. Use this Skill to configure a development profile, run eas build -p ios --profile development --submit, install the build from TestFlight, 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 app.