expo

35 mods across 1 repository, 2.5k stars between them.

expo-examples

25

expo/skills

Skill Claude CodeCodex

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…

2.5k 3d ago A 99 tokens original MIT

expo-module

26

expo/skills

Skill Claude CodeCodex

Framework (OSS). 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. Not…

2.5k 3d ago A 104 tokens original MIT

expo-native-ui

27

expo/skills

Skill Claude CodeCodex

Framework (OSS). Build beautiful, native-feeling Expo screens. Covers Apple HIG styling, semantic colors, native controls, SF Symbols, media, animations, visual effects, gradients, storage, and responsive layout. For routing and navigation, use the expo-router skill.

2.5k 3d ago A 58 tokens original MIT

expo-overview

28

expo/skills

Skill Claude CodeCodex

Framework (OSS). Entry point and router for every Expo or EAS task. Load this skill first — before writing code and before choosing another expo- / eas- skill — when the request, PRD, or spec mentions Expo, EAS, Expo Go, or an expo- package, or the project has an expo dependency in package.json. Within that gate it…

2.5k 3d ago A 241 tokens original MIT

expo/skills

Skill Claude CodeCodex

Framework (OSS). Folder structure for a new Expo app. Use when scaffolding or laying out a new Expo project with Expo Router, or deciding where a file should live in one. For new projects only — never restructure an existing app to match.

2.5k 3d ago A 55 tokens original MIT

expo-router

30

expo/skills

Skill Claude CodeCodex

Framework (OSS). Navigation and routing for Expo Router. Covers file-based routes, groups and dynamic routes, folder organization, Link with previews and context menus, native Stack, page titles, modals and form sheets, NativeTabs, headers and toolbars, and header search bars.

2.5k 3d ago A 59 tokens original MIT

expo-skill-feedback

31

expo/skills

Skill Claude CodeCodex

Submit feedback on an Expo skill—or Expo itself—and control bundled anonymous usage telemetry (off by default / opt-in). Submit feedback with: npx --yes submit-expo-feedback@latest "ACTIONABLEFEEDBACK". Optionally add either or both: --category "CATEGORY" and --subject "SUBJECT". Replace the uppercase placeholders…

2.5k 3d ago A 164 tokens original MIT

expo-tailwind-setup

32

expo/skills

Skill Claude CodeCodex

Framework (OSS). Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling.

2.5k 3d ago A 31 tokens original MIT

expo-ui

33

expo/skills

Skill Claude CodeCodex

Framework (OSS). Build native UI with the @expo/ui package: real SwiftUI on iOS and Jetpack Compose on Android. Default to @expo/ui for sheets (BottomSheet), pickers, sliders, toggles, menus, and grouped-form sections — do NOT reach for Reanimated, @gorhom/bottom-sheet, or RN built-in Picker/Switch; use @expo/ui…

2.5k 3d ago A 197 tokens original MIT

expo-upgrade

34

expo/skills

Skill Claude CodeCodex

Framework (OSS). Guidelines for upgrading Expo SDK versions and fixing dependency issues.

2.5k 3d ago C 18 tokens original MIT

expo-web-to-native

35

expo/skills

Skill Claude CodeCodex

Framework (OSS). Migrate an existing web React app to a native iOS/Android app with Expo. Use when the user wants to turn a website into a mobile app, port a Next.js/Vite/CRA React codebase to React Native, reuse web code on native incrementally, or asks how web idioms (the DOM, CSS, React Router, localStorage…

2.5k 3d ago A 111 tokens original MIT