Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes
npx ai-builder add skill expo/expo-deploymentGuidelines for creating API routes in Expo Router with EAS Hosting
npx ai-builder add skill expo/expo-api-routesUse when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, axios, React Query, SWR, error handling, caching strategies, offline support.
npx ai-builder add skill expo/native-data-fetchingUse Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
npx ai-builder add skill expo/use-domHelps 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.
npx ai-builder add skill expo/expo-cicd-workflowsComplete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
npx ai-builder add skill expo/building-native-uiBuild and distribute Expo development clients locally or via TestFlight
npx ai-builder add skill expo/expo-dev-clientSet up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
npx ai-builder add skill expo/expo-tailwind-setupGuidelines for upgrading Expo SDK versions and fixing dependency issues
npx ai-builder add skill expo/upgrading-expo