expo/skills
These skills were imported into SkillJury from the public skills ecosystem.
building-native-ui
by expo/skills
Source details, install context, and public review data are available on the full page.
native-data-fetching
by expo/skills
You MUST use this skill for ANY networking work including API requests, data fetching, caching, or network debugging.
upgrading-expo
by expo/skills
Beta versions use .preview suffix (e.g., 55.0.0-preview.2 ), published under @next tag.
expo-deployment
by expo/skills
This skill covers deploying Expo applications across all platforms using EAS (Expo Application Services).
expo-dev-client
by expo/skills
Use EAS Build to create development clients for testing native code changes on physical devices. Use this for creating custom Expo Go clients for testing branches of your app.
expo-tailwind-setup
by expo/skills
This guide covers setting up Tailwind CSS v4 in Expo using react-native-css and NativeWind v5 for universal styling across iOS, Android, and Web.
expo-api-routes
by expo/skills
Source details, install context, and public review data are available on the full page.
expo-cicd-workflows
by expo/skills
Help developers write and edit EAS CI/CD workflow YAML files.
use-dom
by expo/skills
DOM components allow web code to run verbatim in a webview on native platforms while rendering as-is on web. This enables using web-only libraries like recharts , react-syntax-highlighter , or any React web library in your Expo app without modification.