What problem does it solve?
This Skill streamlines the process of creating custom Expo Go development clients, enabling developers to test native code changes on physical devices or simulators without relying on the standard Expo Go app.
Core Features & Use Cases
- Custom Native Code Support: Essential when your app uses custom native modules not included in the standard Expo Go.
- Platform-Specific Builds: Generate development clients for both iOS and Android.
- TestFlight Integration: Easily build and submit development clients to TestFlight for broader testing.
- Local Builds: Create development clients directly on your local machine for rapid iteration.
- Use Case: You've added a new native library to your Expo project. Use this Skill to build a development client that includes this library, allowing you to test its functionality on your physical device.
Quick Start
Build an iOS development client and submit it to TestFlight using the command eas build -p ios --profile development --submit.