expo-examples
Agent skill from expo/skills.
What it does
- Port the integration code.
- Recreate env vars from the example's .env shape — it holds placeholders, never working secrets.
- Default branch is master, not main (matters for raw URLs and sparse checkout).
- Single-click deploy. Every example has a launch URL: https://launch.expo.dev/?github=https://github.com/expo/examples/tree/master/<example>.
- Tailwind / NativeWind styling → expo-tailwind-setup
- Native UI components (@expo/ui package) → expo-ui
- Styling and native-feeling screens → expo-native-ui
Requirements & configuration
- Done when the integration code is ported and every dependency, config plugin, permission, and env var it needs is accounted for in the user's app — not when it merely looks wired up.
Configuration: README
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/expo/skills
expo-examples FAQ
What does the expo-examples skill do?
Framework (OSS). 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`. Port the integration code. Recreate env vars from the example's .env shape — it holds placeholders, never working secrets.
What does expo-examples require?
Done when the integration code is ported and every dependency, config plugin, permission, and env var it needs is accounted for in the user's app — not when it merely looks wired up. Configuration keys: README.
How do I install expo-examples?
Run: npx -y skills add https://github.com/expo/skills --skill expo-examples --agent claude-code — the source lives at github.com/expo/skills.
Maintain expo-examples?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/expo-skills-expo-examples?ref=badge) npx agentictools info skills/expo-skills-expo-examples The second line is the CLI lookup for this page — handy in READMEs and docs.