expo-dev-client Skill
Build and distribute Expo development clients locally or via TestFlight Published by openai in plugins.
What is expo-dev-client Skill?
Build and distribute Expo development clients locally or via TestFlight Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use expo-dev-client Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/expo/skills/expo-dev-client/SKILL.md
What it does
Build and distribute Expo development clients locally or via TestFlight
Skill instructions
Use EAS Build to create development clients for testing native code changes on physical devices. Use this for creating custom Expo Go clients for testing branches of your app. Important: When Development Clients Are Needed Only create development clients when your app requires custom native code. Most apps work fine in Expo Go. You need a dev client ONLY when using: - Local Expo modules (custom native code) - Apple targets (widgets, app clips, extensions) - Third-party native modules not in Expo Go Try Expo Go first with npx expo start. If everything works, you don't need a dev client. EAS Configuration Ensure eas.json has a development profile: json { "cli": { "version": "= 16.0.1", "appVersionSource": "remote" }, "build": { "production": { "autoIncrement": true }, "development": { "autoIncrement": true, "developmentClient": true } }, "submit": { "production": {}, "development": {} } } Key settings: - developmentClient: true - Bundles expo-dev-client for development builds - autoIncre
Explore related resources
Frequently asked questions
What is expo-dev-client?
expo-dev-client is a open-source AI agent skill with Copy skill directory. Build and distribute Expo development clients locally or via TestFlight
Who is expo-dev-client best for?
expo-dev-client is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install expo-dev-client?
Install or run expo-dev-client using Copy skill directory. Check expo-dev-client for the latest setup command.
Is expo-dev-client actively maintained?
expo-dev-client may need a closer maintenance check before production use.
Auto-fetched from GitHub.