What problem does it solve? Expo Go cannot run apps that use 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 settings. - Cloud and Local Builds: Build iOS and Android development 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: Your React Native app adds a third-party native module that Expo Go does not bundle. Use this Skill to configure a development profile, run eas build for iOS and Android, install the dev 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 app.