# expo

> Open-source publisher. Listings imported from github.com/expo — credited to the original author with their license.

- **Listings:** 17
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/expo
- **Website:** https://github.com/expo

## Published listings

- [Expo Brownfield](https://agentstack.voostack.com/l/skill-expo-skills-expo-brownfield) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-expo-brownfield`
  Integrate Expo and React Native into an existing native iOS or Android app. Use when the user mentions brownfield, embedding React Native in a native app, AAR/XCFramework, or adding Expo to an existing Kotlin/Swift project. Covers both the isolated approach and the integrated approach.
- [Add App Clip](https://agentstack.voostack.com/l/skill-expo-skills-add-app-clip) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-add-app-clip`
  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.
- [Expo Module](https://agentstack.voostack.com/l/skill-expo-skills-expo-module) — Skill · Free — `agentstack add skill-expo-skills-expo-module`
  Guide for creating and writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module definition DSL, native views, shared objects, config plugins, lifecycle hooks, autolinking, and type system. Use when building or modifying native modules for Expo.
- [Use Dom](https://agentstack.voostack.com/l/skill-expo-skills-use-dom) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-use-dom`
  Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
- [Expo Api Routes](https://agentstack.voostack.com/l/skill-expo-skills-expo-api-routes) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-expo-api-routes`
  Guidelines for creating API routes in Expo Router with EAS Hosting
- [Expo Ui](https://agentstack.voostack.com/l/skill-expo-skills-expo-ui) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-expo-ui`
  Build native UI with the @expo/ui package: real SwiftUI on iOS and Jetpack Compose on Android rendered from React in an Expo or React Native app. Covers universal cross-platform components (Host, Column, Row, Button, Text, List, and more imported from @expo/ui), drop-in replacements for popular React Native community libraries (BottomSheet, DateTimePicker, Slider, Menu, etc.), and platform-specif…
- [Upgrading Expo](https://agentstack.voostack.com/l/skill-expo-skills-upgrading-expo) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-upgrading-expo`
  Guidelines for upgrading Expo SDK versions and fixing dependency issues
- [Expo Dev Client](https://agentstack.voostack.com/l/skill-expo-skills-expo-dev-client) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-expo-dev-client`
  Build and distribute Expo development clients locally or via TestFlight
- [Building Native Ui](https://agentstack.voostack.com/l/skill-expo-skills-building-native-ui) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-building-native-ui`
  Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
- [Expo Deployment](https://agentstack.voostack.com/l/skill-expo-skills-expo-deployment) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-expo-deployment`
  Deploy Expo apps to production with EAS — build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, publish App Store metadata and ASO, and deploy web bundles and API routes via EAS Hosting. Use whenever the user is preparing a production build, running eas build or eas submit, shipping to TestFli…
- [Expo Skill Eval](https://agentstack.voostack.com/l/skill-expo-skills-expo-skill-eval) — Skill · Free — `agentstack add skill-expo-skills-expo-skill-eval`
  Evaluate Expo skills in this repo end-to-end - trigger accuracy, generated code quality, and runtime screenshots on iOS simulator and Android emulator via Expo Go (web optional). Use when the user wants to eval an Expo skill, test that a skill produces working code, benchmark a skill with device screenshots, or verify a skill's output renders correctly.
- [Eas Update Insights](https://agentstack.voostack.com/l/skill-expo-skills-eas-update-insights) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-eas-update-insights`
  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.
- [Expo Tailwind Setup](https://agentstack.voostack.com/l/skill-expo-skills-expo-tailwind-setup) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-expo-tailwind-setup`
  Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
- [Expo Observe](https://agentstack.voostack.com/l/skill-expo-skills-expo-observe) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-expo-observe`
  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 metric…
- [Native Data Fetching](https://agentstack.voostack.com/l/skill-expo-skills-native-data-fetching) — Skill · Free — `agentstack add skill-expo-skills-native-data-fetching`
  Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).
- [Expo Examples](https://agentstack.voostack.com/l/skill-expo-skills-expo-examples) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-expo-examples`
  Expo's official example projects — the expo/examples repo of ~70 `with-*` integrations (Stripe, Clerk, Supabase, OpenAI, maps, Reanimated, SQLite, Skia, NativeWind, and more). Use when integrating a third-party library or service into an existing Expo app and you want the canonical, version-matched pattern to adapt, or when scaffolding a new project from one with `npx create-expo --example`.
- [Expo Cicd Workflows](https://agentstack.voostack.com/l/skill-expo-skills-expo-cicd-workflows) — Skill · Free · security-reviewed — `agentstack add skill-expo-skills-expo-cicd-workflows`
  Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
