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 during development. ## Core Features & Use Cases - EAS Configuration: Set up a development 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 build a development client, install it on your device, and connect it to your local Metro bundler to iterate on the native code. ## Quick Start Use the expo-dev-client skill to configure a development profile in eas.json and build an iOS development client for my project.