> expo/skills
A collection of AI agent skills for working with Expo projects and Expo Application Services
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)
> building-native-ui
Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
> expo-api-routes
Guidelines for creating API routes in Expo Router with EAS Hosting
> 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.
> expo-deployment
Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes
> expo-dev-client
Build and distribute Expo development clients locally or via TestFlight
> expo-tailwind-setup
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
> 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-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
> 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`).
> upgrading-expo
Guidelines for upgrading Expo SDK versions and fixing dependency issues
> 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.