16 skills
skills2k ★
A collection of AI agent skills for working with Expo projects and Expo Application Services
checked 4d ago
Add Tailwind styling to an Expo app
Configures Tailwind CSS v4 and NativeWind v5 in your Expo project so you can write utility-first styles that work across web and native surfaces.
·★2k↓0
checked 4d ago
Add an iOS App Clip to your Expo project
Scaffolds a new App Clip target in your Expo codebase, wires up the AASA file for URL routing, and configures the smart app banner so iOS users can invoke it from a link.
·★2k↓0
checked 4d ago
Embed React Native into your existing native app
Walks through integrating Expo and React Native into a live iOS or Android codebase—without replacing it. Covers AAR/XCFramework setup, module linking, and the two main architectural approaches.
·★2k↓0
checked 4d ago
Use native Android UI components in Expo
Lets you drop Jetpack Compose views directly into your Expo app without ejecting, so you can build pixel-perfect Android UI where React Native gets in the way.
·★2k↓0
checked 4d ago
Unblock a stalled Expo SDK upgrade
Diagnoses why your Expo version bump isn't working, maps the dependency tree, and walks through each breaking change with a concrete fix you can apply.
·★2k↓0
checked 4d ago
Learn to build native mobile apps with Expo
Structured guide walking through Expo Router, component patterns, styling approaches, navigation flows, and animations—with runnable examples for each concept.
·★2k↓0
checked 4d ago
Use native SwiftUI in your Expo app
Imports the @expo/ui/swift-ui package to drop native SwiftUI components and modifiers directly into your app without ejecting.
·★2k↓0
checked 4d ago
Monitor your app update rollout health
Pulls crash rates, install counts, unique users, and payload size for a published EAS Update, surfacing which users got the embedded vs. OTA version and any red flags.
·★2k↓0
checked 4d ago
Ship an Expo app to all platforms
Walks you through building and submitting your Expo app to iOS, Android, and web—handling certificates, signing, store metadata, and environment configs in one flow.
·★2k↓0
checked 4d ago
Wire app performance metrics into your Expo build
Integrates EAS Observe into an Expo app with the right HOCs, hooks, and Router wiring so you can see which screens lag and why—without manual instrumentation.
·★2k↓0
checked 4d ago
Debug a flaky API call or network request
Walks through fetch, React Query, SWR, and Expo Router patterns to find why data isn't loading—missing error handling, cache invalidation, offline gaps, or timing bugs.
·★2k↓0
checked 4d ago
Run web code on iOS and Android without rewriting
Wraps your existing web components (React, HTML, CSS) so they work in an app webview on native, letting you ship to mobile without a separate codebase or rewrite.
·★2k↓0
checked 4d ago
Debug or write an EAS workflow file
Reads your .eas/workflows YAML and explains what it does, spots config mistakes, or writes a new pipeline from scratch for building and deploying an Expo app.
·★2k↓0
checked 4d ago
expo-module
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 m…
·★2k↓0
checked 4d ago
Set up serverless API endpoints in Expo Router
Walks through creating and deploying API routes (Node.js handlers) in Expo Router on EAS Hosting, with patterns for auth, environment variables, and request handling.
·★2k↓0
checked 4d ago
Ship a testable app build to your team fast
Packages an Expo app as a development client and distributes it locally or via TestFlight so testers can pull live updates without rebuilding.
·★2k↓0