Expo
by @expo · plugin · 18 skills
[Deprecated] Use the "expo" plugin instead. Deploying Expo apps to App Store, Play Store, and web.
Install the whole plugin (CLI)
npx skillmds add expo/expo-ui
npx skillmds add expo/use-dom
npx skillmds add expo/expo-module
npx skillmds add expo/add-app-clip
npx skillmds add expo/expo-observe
npx skillmds add expo/eas-simulator
npx skillmds add expo/expo-examples
npx skillmds add expo/web-to-native
npx skillmds add expo/upgrading-expo
npx skillmds add expo/expo-api-routes
npx skillmds add expo/expo-brownfield
npx skillmds add expo/expo-deployment
npx skillmds add expo/expo-dev-client
npx skillmds add expo/building-native-ui
npx skillmds add expo/eas-update-insights
npx skillmds add expo/expo-cicd-workflows
npx skillmds add expo/expo-tailwind-setup
npx skillmds add expo/native-data-fetchingSkills in this plugin
- ▌ expo-ui · expo bundleBuild native UI with @expo/ui: real SwiftUI on iOS and Jetpack Compose on Android, rendered from React in Expo or React Native apps. Covers universal cross-platform components, drop-in replacements for community libraries, and platform-specific SwiftUI and Jetpack Compose trees.
- ▌ use-dom · expo bundleUse Expo DOM components to run web code in a webview on native and as-is on web, enabling incremental migration of web code to native.
- ▌ expo-module · expo bundleBuild native modules and views for Expo apps using the Expo Modules API with Swift, Kotlin, and TypeScript.
- ▌ add-app-clip · expo bundleAdds an iOS App Clip target to an Expo project, including target setup, associated domains, AASA file hosting, and TestFlight submission.
- ▌ expo-observe · expo bundleAdd EAS Observe to an Expo project for startup, navigation, and custom-event performance tracking, query metrics via the EAS CLI, and interpret results.
- ▌ eas-simulator · expo bundleRun and control a user's app on a remote iOS/Android simulator hosted on EAS cloud, enabling interaction from environments without local simulators.
- ▌ expo-examples · expo bundleAccess Expo's official library of ~70 integration examples to find canonical patterns for adding third-party services like Stripe, Clerk, Supabase, and maps to your Expo app.
- ▌ web-to-native · expo bundleMigrate an existing web React app to a native iOS/Android app with Expo, screen by screen, using a strangler fig pattern.
- ▌ upgrading-expo · expo bundleUpgrade Expo SDK versions and fix dependency issues with step-by-step guidance.
- ▌ expo-api-routes · expo bundleCreate server-side API routes in Expo Router applications and deploy them to EAS Hosting.
- ▌ expo-brownfield · expo bundleIntegrate Expo and React Native into an existing native iOS or Android app, covering both isolated (AAR/XCFramework) and integrated (Gradle/CocoaPods) approaches.
- ▌ expo-deployment · expo bundleDeploy Expo apps to production with EAS — build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, publish App Store metadata and ASO, and deploy web bundles and API routes via EAS Hosting.
- ▌ expo-dev-client · expo bundleBuild and install Expo development clients on physical devices and simulators using EAS Build for testing native code changes.
- ▌ building-native-ui · expo bundleBuild beautiful native UIs for Expo apps with guidance on routing, styling, animations, and platform-specific components.
- ▌ eas-update-insights · expo bundleQuery EAS Update health metrics from the CLI: crash rates, install/launch counts, unique users, payload size, and embedded vs OTA user splits per channel.
- ▌ expo-cicd-workflows · expo bundleHelps write and edit EAS CI/CD workflow YAML files for Expo projects, including schema validation and resource fetching.
- ▌ expo-tailwind-setup · expo bundleSet up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling across iOS, Android, and Web.
- ▌ native-data-fetching · expo bundleImplement and debug network requests, API calls, and data fetching in Expo apps using fetch, React Query, SWR, and Expo Router loaders.