react-native-expo
Build and maintain React Native apps with Expo SDK, EAS Build, EAS Update, and Continuous Native Generation. Use when configuring Expo projects, adding native modules, building binaries, or shipping over-the-air updates.
What this skill does
> The skill is based on Expo SDK (docs from expo/expo repo), generated at 2026-02-26. Expo provides tooling and services for React Native: app config and Prebuild (Continuous Native Generation), Expo SDK packages, development builds, EAS Build (cloud builds and internal distribution), and EAS Update (over-the-air JS updates). Use development builds for production apps; Expo Go is a limited playground. ## Core References | Topic | Description | Reference | |-------|-------------|-----------| | App config | app.json, app.config.js/ts, dynamic config, reading in app | [core-config](references/core-config.md) | | Development workflow | Dev loop, development builds vs Expo Go, when to rebuild | [core-development-workflow](references/core-development-workflow.md) | | Development and production modes | __DEV__, --no-dev --minify, when to use each | [core-development-mode](references/core-development-mode.md) | | Metro | metro.config.js, resolver, transformer, cache, env vars | [core-metro](references/core-metro.md) | | Logging | Console in terminal, native logs, log-android / log-ios | [core-logging](references/core-logging.md) | | CNG and Prebuild | npx expo prebuild, --clean, EAS Build and native dirs | [core-continuous-native-generation](references/core-continuous-native-generation.md) | ## Features ### Expo SDK and native code | Topic | Description | Reference | |-------|-------------|-----------| | Expo SDK and third-party libs | Install with npx expo install, compatibility, config plugins | [features-expo-modules](references/features-expo-modules.md) | | expo-constants | App manifest, build info, system constants, extra/env at runtime | [features-sdk-constants](references/features-sdk-constants.md) | | expo-image | Performant image component, caching, BlurHash/ThumbHash, contentFit | [features-sdk-image](references/features-sdk-image.md) | | expo-file-system | File and directory API, Paths.cache/document, read/write, download | [features-sdk-filesystem](references/features-sdk-filesystem.md) | | expo-secure-store | Encrypted key-value store, optional biometric auth | [features-sdk-secure-store](references/features-sdk-secure-store.md) | | Config plugins | Use and write plugins to modify AndroidManifest, Info.plist during prebuild | [features-config-plugins](references/features-config-plugins.md) | | Native modules | Expo Modules API, local module, config plugin for native config, lifecycle | [features-native-modules](references/features-native-modules.md) | ### EAS Build and Submit | Topic | Description | Reference | |-------|-------------|-----------| | EAS Build | Cloud builds, eas.json profiles, development/preview/production | [features-eas](references/features-eas.md) | | EAS Submit | Submit to Google Play and App Store (TestFlight), eas.json, CI | [features-eas-submit](references/features-eas-submit.md) | ### Development experience | Topic | Description | Reference | |-------|-------------|-----------| | iOS Simulator and Android emulator | Setup, npx expo start + i/a, limitations, troubleshooting | [features-simulators-emulators](references/features-simulators-emulators.md) | ### Updates and versioning | Topic | Description | Reference | |-------|-------------|-----------| | expo-updates and EAS Update | OTA updates, runtime version, channels | [features-updates](references/features-updates.md) | | Upgrading Expo SDK | Incremental upgrade, npx expo install --fix, expo-doctor | [features-versioning](references/features-versioning.md) | ## Best practices | Topic | Description | Reference | |-------|-------------|-----------| | Debugging | Dev vs production errors, native logs, reproducing crashes | [best-practices-debugging](references/best-practices-debugging.md) | | Common development errors | Metro, AppRegistry, SDK version, version mismatch, caches | [best-practices-common-errors](references/best-practices-common-errors.md) |
Related in Web Dev
generating-lwc-components
IncludedLightning Web Components with PICKLES methodology and 165-point scoring. Use this skill when the user creates or edits LWC components, builds wire service patterns, or writes Jest tests for LWC. TRIGGER when: user creates/edits LWC components, touches lwc/**/*.js, .html, .css, .js-meta.xml files, or asks about wire service, SLDS, or Jest LWC tests. DO NOT TRIGGER when: Apex classes (use generating-apex), Aura components, or Visualforce.
tanstack-query
IncludedManage server state in React with TanStack Query v5. Set up queries with useQuery, mutations with useMutation, configure QueryClient caching strategies, implement optimistic updates, and handle infinite scroll with useInfiniteQuery. Use when: setting up data fetching in React projects, migrating from v4 to v5, or fixing object syntax required errors, query callbacks removed issues, cacheTime renamed to gcTime, isPending vs isLoading confusion, keepPreviousData removed problems.
document-processor-api
IncludedProcess documents with Nutrient DWS. Use when the user wants to generate PDFs from HTML or URLs, convert Office/images/PDFs, assemble or split packets, OCR scans, extract text/tables/key-value pairs, redact PII, watermark, sign, fill forms, optimize PDFs, or produce compliance outputs like PDF/A or PDF/UA. Triggers include convert to PDF, merge these PDFs, OCR this scan, extract tables, redact PII, sign this PDF, make this PDF/A, or linearize for web delivery.
nutrient-document-processing
IncludedProcess documents with Nutrient DWS. Use when the user wants to generate PDFs from HTML or URLs, convert Office/images/PDFs, assemble or split packets, OCR scans, extract text/tables/key-value pairs, redact PII, watermark, sign, fill forms, optimize PDFs, or produce compliance outputs like PDF/A or PDF/UA. Triggers include convert to PDF, merge these PDFs, OCR this scan, extract tables, redact PII, sign this PDF, make this PDF/A, or linearize for web delivery.
tanstack-query
IncludedManage server state in React with TanStack Query v5. Covers useMutationState, simplified optimistic updates, throwOnError, network mode (offline/PWA), and infiniteQueryOptions. Use when setting up data fetching, fixing v4→v5 migration errors (object syntax, gcTime, isPending, keepPreviousData), or debugging SSR/hydration issues with streaming server components.
accelint-nextjs-best-practices
IncludedNext.js performance optimization and best practices. Use when writing Next.js code (App Router or Pages Router); implementing Server Components, Server Actions, or API routes; optimizing RSC serialization, data fetching, or server-side rendering; reviewing Next.js code for performance issues; fixing authentication in Server Actions; or implementing Suspense boundaries, parallel data fetching, or request deduplication.