expo

> expo/skills

A collection of AI agent skills for working with Expo projects and Expo Application Services

📦 11 skills❤️ 0 likes 1.8k stars📥 22 downloadsgithub →
$curl "https://skillshub.wtf/expo/skills/building-native-ui?format=md"

> about

A collection of AI agent skills for working with Expo projects and Expo Application Services

> skills (11)

expo

> building-native-ui

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

#animation#mobile
expo
expo

> expo-api-routes

Guidelines for creating API routes in Expo Router with EAS Hosting

#mobile
expo
expo

> 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.

#devops#mobile
expo
expo

> expo-deployment

Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes

#android#ios#mobile
expo
expo

> expo-dev-client

Build and distribute Expo development clients locally or via TestFlight

#mobile
expo
expo

> expo-tailwind-setup

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

#mobile#react#tailwind
expo
expo

> expo-ui-jetpack-compose

--- name: Expo UI Jetpack Compose description: `@expo/ui/jetpack-compose` package lets you use Jetpack Compose Views and modifiers in your app. --- > The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI Jetpack Compose docs for that version for the most accurate information. ## Installation ```bash npx expo install @expo/ui ``` A native rebuild is required after installation (`npx expo run:android`). ## Instructions - Expo UI's API mirrors Jetpa

expo
expo

> expo-ui-swift-ui

--- name: Expo UI SwiftUI description: `@expo/ui/swift-ui` package lets you use SwiftUI Views and modifiers in your app. --- > The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI SwiftUI docs for that version for the most accurate information. ## Installation ```bash npx expo install @expo/ui ``` A native rebuild is required after installation (`npx expo run:ios`). ## Instructions - Expo UI's API mirrors SwiftUI's API. Use SwiftUI knowledge to

expo
expo

> 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
expo

> upgrading-expo

Guidelines for upgrading Expo SDK versions and fixing dependency issues

expo
expo

> 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