By expo
Build, deploy, and manage Expo React Native apps with native UI development (SwiftUI/Jetpack Compose), EAS CI/CD pipelines, app store submission, performance monitoring, native module integration, and Tailwind CSS styling.
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app banner, or wants to ship a lightweight iOS Clip invoked from a URL alongside their parent app.
Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
Use for anything related to EAS Observe — adding `expo-observe` to an Expo project (AppMetricsRoot/ObserveRoot HOC, markInteractive, the useObserve hook, and the Expo Router / React Navigation integrations for per-route metrics), querying via the EAS CLI (`eas observe:metrics-summary`, `observe:metrics`, `observe:routes`, `observe:events`, `observe:versions`), or interpreting the resulting metrics (cold/warm launch, TTR, TTI, navigation cold/warm TTR, update download, and the TTI frameRate params for triaging slow startups).
Check the health of published EAS Updates: crash rates, install/launch counts, unique users, payload size, and the split between embedded and OTA users per channel. Use when the user asks how an update is performing, whether a rollout is healthy, how many users are on the embedded build vs OTA, or wants to gate CI on update health.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Official AI agent skills from the Expo team for building, deploying, upgrading, and debugging Expo apps.
Skills give AI agents focused Expo knowledge: when to use Expo APIs, how to structure common workflows, and which Expo, EAS, React Native, iOS, and Android constraints matter. Expo documentation, Expo CLI, and EAS CLI remain the source of truth; these skills help agents apply them correctly.
For Claude Code or Codex, install the plugin so updates are handled by the official plugin marketplace. For Cursor, OpenCode, and other AI coding agents, use the skills CLI.
| Path | Best for |
|---|---|
| Plugin install | Claude Code or Codex, with updates handled by their official plugin marketplaces. |
| Skills CLI | Cursor, OpenCode, GitHub Copilot, Windsurf, Gemini, Cline, AMP, Factory Droid, Antigravity, Kiro CLI, and other AI coding agents. |
Install all Expo skills with the skills CLI:
npx skills@latest add expo/skills --skill '*'
This selects every Expo skill without selecting every agent. The CLI will still ask where to install them; to target one agent directly, add --agent <agent>.
For most agents, this is the only install command you need. Run it from the project root, then restart or refresh your agent session so it can discover the installed SKILL.md files.
Install from the official Claude Code plugin marketplace:
claude plugin install expo@claude-plugins-official
You can also run /plugin install expo@claude-plugins-official inside Claude Code.
Install from the OpenAI-curated Codex marketplace:
codex plugin add expo@openai-curated
You can also open /plugins in Codex and install expo from the OpenAI-curated marketplace.
Claude Code and Codex plugin installs are updated through their official plugin marketplaces.
For skills CLI installs, update installed skills with:
npx skills@latest update
To update a single Expo skill, pass its name:
npx skills@latest update building-native-ui
After installing, ask your agent Expo-specific questions like:
Agents choose the right skill from the task context and each skill's description.
| Skill | Use it for |
|---|---|
building-native-ui | Expo Router screens, navigation, styling, animations, native tabs, and app UI patterns. |
native-data-fetching | API calls, React Query, SWR, caching, offline support, and Expo Router data loaders. |
expo-api-routes | Expo Router API routes with EAS Hosting. |
expo-tailwind-setup | Tailwind CSS v4, react-native-css, and NativeWind v5 setup. |
use-dom | Expo DOM components for gradually using web code in native apps. |
expo-dev-client | Local and TestFlight development client builds. |
| Skill | Use it for |
|---|---|
expo-module | Expo native modules and views with Swift, Kotlin, TypeScript, config plugins, and autolinking. |
expo-ui-swift-ui | @expo/ui/swift-ui components and modifiers. |
expo-ui-jetpack-compose | @expo/ui/jetpack-compose views and modifiers. |
add-app-clip | iOS App Clip targets, AASA files, associated domains, and Smart App Banners. |
expo-brownfield | Adding Expo or React Native to an existing iOS or Android app. |
| Skill | Use it for |
|---|---|
expo-deployment | App Store, Play Store, TestFlight, EAS Build, web hosting, and API route deployment. |
expo-cicd-workflows | EAS Workflow YAML files and CI/CD automation. |
expo-observe | EAS Observe setup and launch, route, event, and version metrics. |
eas-update-insights | EAS Update health, crash rates, launch counts, payload size, and rollout gates. |
| Skill | Use it for |
|---|---|
upgrading-expo | Expo SDK upgrades, dependency conflicts, deprecated packages, and cache cleanup. |
npx claudepluginhub expo/skills --plugin expo-deploymentEditorial "Expo & React Native" bundle for Claude Code from Antigravity Awesome Skills.
Expo (EAS) iOS/Android アプリのデプロイ自動化。App ID登録、証明書作成、EASビルド、TestFlight配布、App Store提出までをCLIから実行
Mobile development plugin for React Native/Expo apps, responsive web design, PWAs, with Supabase/Clerk integration and app store deployment via EAS Build
Complete AI coding agent harness for React Native and Expo — 13 agents, 22 commands, 7 skills, 10 MCP integrations, autonomous worker mode, visual debugging, smart routing
Validation and quality enforcement for Expo React Native projects.
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules.