[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-expo-expo-brownfield":3,"mdc-j5v820-key":40,"related-repo-expo-expo-brownfield":521,"related-org-expo-expo-brownfield":623},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":29,"repoUrl":30,"updatedAt":31,"license":32,"forks":33,"topics":34,"repo":35,"sourceUrl":38,"mdContent":39},"expo-brownfield","integrate Expo and React Native into native apps","Framework (OSS). Integrate Expo and React Native into an existing native iOS or Android app. Use when the user mentions brownfield, embedding React Native in a native app, AAR\u002FXCFramework, or adding Expo to an existing Kotlin\u002FSwift project. Covers both the isolated approach and the integrated approach.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"expo","Expo","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fexpo.png",[12,16,19,20,23,26],{"name":13,"slug":14,"type":15},"React Native","react-native","tag",{"name":17,"slug":18,"type":15},"Android","android",{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},"Integrations","integrations",{"name":24,"slug":25,"type":15},"iOS","ios",{"name":27,"slug":28,"type":15},"Mobile","mobile",2190,"https:\u002F\u002Fgithub.com\u002Fexpo\u002Fskills","2026-07-24T05:36:39.682299",null,111,[],{"repoUrl":30,"stars":29,"forks":33,"topics":36,"description":37},[],"A collection of AI agent skills for working with Expo projects and Expo Application Services","https:\u002F\u002Fgithub.com\u002Fexpo\u002Fskills\u002Ftree\u002FHEAD\u002Fplugins\u002Fexpo\u002Fskills\u002Fexpo-brownfield","---\nname: expo-brownfield\ndescription: Framework (OSS). Integrate Expo and React Native into an existing native iOS or Android app. Use when the user mentions brownfield, embedding React Native in a native app, AAR\u002FXCFramework, or adding Expo to an existing Kotlin\u002FSwift project. Covers both the isolated approach and the integrated approach.\n---\n\n# Expo Brownfield\n\nA **brownfield** app is an existing native iOS or Android app that adopts React Native incrementally, as opposed to a **greenfield** app that is React Native from day one.\n\nExpo supports two distinct ways to add React Native to a brownfield project:\n\n| Approach       | What ships to the native app                                        | When to choose                                                                   |\n| -------------- | ------------------------------------------------------------------- | -------------------------------------------------------------------------------- |\n| **Isolated**   | Prebuilt AAR \u002F XCFramework                                          | Native team doesn't need Node or RN tooling; RN code can live in a separate repo |\n| **Integrated** | React Native sources added to the existing Gradle \u002F CocoaPods build | One team owns everything; comfortable with RN tooling; wants a single build      |\n\nFor the full decision matrix, see [.\u002Freferences\u002Fcomparison.md](.\u002Freferences\u002Fcomparison.md).\n\n## Pick an approach\n\nUse these quick rules — fall through to `comparison.md` for anything ambiguous.\n\n- **Choose isolated** if the iOS\u002FAndroid team must consume RN as a regular library dependency (AAR or XCFramework), without installing Node, Yarn, or the React Native build toolchain.\n- **Choose isolated** if RN code and native code live in separate repositories or release on independent cadences.\n- **Choose integrated** if a single team owns both the native and RN code and is willing to add React Native + Expo to the native project's Gradle and CocoaPods setup.\n- **Choose integrated** if you want hot reload and JS source maps to work seamlessly inside the existing native build process.\n\n## References\n\n- .\u002Freferences\u002Fbrownfield-isolated.md -- Build RN as AAR\u002FXCFramework and consume from the native app (BrownfieldActivity, ReactNativeViewController, ReactNativeView)\n- .\u002Freferences\u002Fbrownfield-integrated.md -- Add RN and Expo directly to existing Gradle and CocoaPods builds (ReactActivity, RCTRootView, Podfile)\n- .\u002Freferences\u002Fcomparison.md -- Decision criteria, trade-offs, and scenario mapping for choosing an approach\n- .\u002Freferences\u002Ftroubleshooting.md -- Metro connection, build, signing, and module-resolution issues common to both approaches\n\nMore information available at https:\u002F\u002Fdocs.expo.dev\u002Fbrownfield\u002Foverview\u002F\n\n## Shared prerequisites\n\nBoth approaches require, in the environment that _builds_ the React Native side:\n\n- **Node.js (LTS)** — runs the Expo CLI and JavaScript code.\n- **Yarn** — manages JavaScript dependencies.\n\nThe integrated approach additionally requires **CocoaPods** on iOS (`sudo gem install cocoapods`). The isolated approach does **not** require CocoaPods or any RN tooling in the consuming native app.\n\n## Versioning note\n\n**Expo SDK 55 is the minimum supported version for brownfield integration.** Earlier SDKs lack `expo-brownfield`, the required `ExpoReactHostFactory` \u002F `ExpoReactNativeFactory` entry points, and the current autolinking surface. When creating the Expo project, always pin the SDK explicitly:\n\n```sh\nnpx create-expo-app@latest my-project --template default@sdk-55\n```\n\nPin the same Expo SDK across both the RN project and any embedded dependencies.\n\n## Submitting Feedback\nIf you encounter errors, misleading or outdated information in this skill, report it so Expo can improve:\n```bash\nnpx --yes submit-expo-feedback@latest --category skills --subject \"expo-brownfield\" \"\u003Cactionable feedback>\"\n```\nOnly submit when you have something specific and actionable to report. Include as much relevant context as possible.\n",{"data":41,"body":42},{"name":4,"description":6},{"type":43,"children":44},"root",[45,53,74,79,154,167,174,188,231,237,260,272,278,291,314,341,347,380,424,429,435,440,510,515],{"type":46,"tag":47,"props":48,"children":49},"element","h1",{"id":4},[50],{"type":51,"value":52},"text","Expo Brownfield",{"type":46,"tag":54,"props":55,"children":56},"p",{},[57,59,65,67,72],{"type":51,"value":58},"A ",{"type":46,"tag":60,"props":61,"children":62},"strong",{},[63],{"type":51,"value":64},"brownfield",{"type":51,"value":66}," app is an existing native iOS or Android app that adopts React Native incrementally, as opposed to a ",{"type":46,"tag":60,"props":68,"children":69},{},[70],{"type":51,"value":71},"greenfield",{"type":51,"value":73}," app that is React Native from day one.",{"type":46,"tag":54,"props":75,"children":76},{},[77],{"type":51,"value":78},"Expo supports two distinct ways to add React Native to a brownfield project:",{"type":46,"tag":80,"props":81,"children":82},"table",{},[83,107],{"type":46,"tag":84,"props":85,"children":86},"thead",{},[87],{"type":46,"tag":88,"props":89,"children":90},"tr",{},[91,97,102],{"type":46,"tag":92,"props":93,"children":94},"th",{},[95],{"type":51,"value":96},"Approach",{"type":46,"tag":92,"props":98,"children":99},{},[100],{"type":51,"value":101},"What ships to the native app",{"type":46,"tag":92,"props":103,"children":104},{},[105],{"type":51,"value":106},"When to choose",{"type":46,"tag":108,"props":109,"children":110},"tbody",{},[111,133],{"type":46,"tag":88,"props":112,"children":113},{},[114,123,128],{"type":46,"tag":115,"props":116,"children":117},"td",{},[118],{"type":46,"tag":60,"props":119,"children":120},{},[121],{"type":51,"value":122},"Isolated",{"type":46,"tag":115,"props":124,"children":125},{},[126],{"type":51,"value":127},"Prebuilt AAR \u002F XCFramework",{"type":46,"tag":115,"props":129,"children":130},{},[131],{"type":51,"value":132},"Native team doesn't need Node or RN tooling; RN code can live in a separate repo",{"type":46,"tag":88,"props":134,"children":135},{},[136,144,149],{"type":46,"tag":115,"props":137,"children":138},{},[139],{"type":46,"tag":60,"props":140,"children":141},{},[142],{"type":51,"value":143},"Integrated",{"type":46,"tag":115,"props":145,"children":146},{},[147],{"type":51,"value":148},"React Native sources added to the existing Gradle \u002F CocoaPods build",{"type":46,"tag":115,"props":150,"children":151},{},[152],{"type":51,"value":153},"One team owns everything; comfortable with RN tooling; wants a single build",{"type":46,"tag":54,"props":155,"children":156},{},[157,159,165],{"type":51,"value":158},"For the full decision matrix, see ",{"type":46,"tag":160,"props":161,"children":163},"a",{"href":162},".\u002Freferences\u002Fcomparison.md",[164],{"type":51,"value":162},{"type":51,"value":166},".",{"type":46,"tag":168,"props":169,"children":171},"h2",{"id":170},"pick-an-approach",[172],{"type":51,"value":173},"Pick an approach",{"type":46,"tag":54,"props":175,"children":176},{},[177,179,186],{"type":51,"value":178},"Use these quick rules — fall through to ",{"type":46,"tag":180,"props":181,"children":183},"code",{"className":182},[],[184],{"type":51,"value":185},"comparison.md",{"type":51,"value":187}," for anything ambiguous.",{"type":46,"tag":189,"props":190,"children":191},"ul",{},[192,203,212,222],{"type":46,"tag":193,"props":194,"children":195},"li",{},[196,201],{"type":46,"tag":60,"props":197,"children":198},{},[199],{"type":51,"value":200},"Choose isolated",{"type":51,"value":202}," if the iOS\u002FAndroid team must consume RN as a regular library dependency (AAR or XCFramework), without installing Node, Yarn, or the React Native build toolchain.",{"type":46,"tag":193,"props":204,"children":205},{},[206,210],{"type":46,"tag":60,"props":207,"children":208},{},[209],{"type":51,"value":200},{"type":51,"value":211}," if RN code and native code live in separate repositories or release on independent cadences.",{"type":46,"tag":193,"props":213,"children":214},{},[215,220],{"type":46,"tag":60,"props":216,"children":217},{},[218],{"type":51,"value":219},"Choose integrated",{"type":51,"value":221}," if a single team owns both the native and RN code and is willing to add React Native + Expo to the native project's Gradle and CocoaPods setup.",{"type":46,"tag":193,"props":223,"children":224},{},[225,229],{"type":46,"tag":60,"props":226,"children":227},{},[228],{"type":51,"value":219},{"type":51,"value":230}," if you want hot reload and JS source maps to work seamlessly inside the existing native build process.",{"type":46,"tag":168,"props":232,"children":234},{"id":233},"references",[235],{"type":51,"value":236},"References",{"type":46,"tag":189,"props":238,"children":239},{},[240,245,250,255],{"type":46,"tag":193,"props":241,"children":242},{},[243],{"type":51,"value":244},".\u002Freferences\u002Fbrownfield-isolated.md -- Build RN as AAR\u002FXCFramework and consume from the native app (BrownfieldActivity, ReactNativeViewController, ReactNativeView)",{"type":46,"tag":193,"props":246,"children":247},{},[248],{"type":51,"value":249},".\u002Freferences\u002Fbrownfield-integrated.md -- Add RN and Expo directly to existing Gradle and CocoaPods builds (ReactActivity, RCTRootView, Podfile)",{"type":46,"tag":193,"props":251,"children":252},{},[253],{"type":51,"value":254},".\u002Freferences\u002Fcomparison.md -- Decision criteria, trade-offs, and scenario mapping for choosing an approach",{"type":46,"tag":193,"props":256,"children":257},{},[258],{"type":51,"value":259},".\u002Freferences\u002Ftroubleshooting.md -- Metro connection, build, signing, and module-resolution issues common to both approaches",{"type":46,"tag":54,"props":261,"children":262},{},[263,265],{"type":51,"value":264},"More information available at ",{"type":46,"tag":160,"props":266,"children":270},{"href":267,"rel":268},"https:\u002F\u002Fdocs.expo.dev\u002Fbrownfield\u002Foverview\u002F",[269],"nofollow",[271],{"type":51,"value":267},{"type":46,"tag":168,"props":273,"children":275},{"id":274},"shared-prerequisites",[276],{"type":51,"value":277},"Shared prerequisites",{"type":46,"tag":54,"props":279,"children":280},{},[281,283,289],{"type":51,"value":282},"Both approaches require, in the environment that ",{"type":46,"tag":284,"props":285,"children":286},"em",{},[287],{"type":51,"value":288},"builds",{"type":51,"value":290}," the React Native side:",{"type":46,"tag":189,"props":292,"children":293},{},[294,304],{"type":46,"tag":193,"props":295,"children":296},{},[297,302],{"type":46,"tag":60,"props":298,"children":299},{},[300],{"type":51,"value":301},"Node.js (LTS)",{"type":51,"value":303}," — runs the Expo CLI and JavaScript code.",{"type":46,"tag":193,"props":305,"children":306},{},[307,312],{"type":46,"tag":60,"props":308,"children":309},{},[310],{"type":51,"value":311},"Yarn",{"type":51,"value":313}," — manages JavaScript dependencies.",{"type":46,"tag":54,"props":315,"children":316},{},[317,319,324,326,332,334,339],{"type":51,"value":318},"The integrated approach additionally requires ",{"type":46,"tag":60,"props":320,"children":321},{},[322],{"type":51,"value":323},"CocoaPods",{"type":51,"value":325}," on iOS (",{"type":46,"tag":180,"props":327,"children":329},{"className":328},[],[330],{"type":51,"value":331},"sudo gem install cocoapods",{"type":51,"value":333},"). The isolated approach does ",{"type":46,"tag":60,"props":335,"children":336},{},[337],{"type":51,"value":338},"not",{"type":51,"value":340}," require CocoaPods or any RN tooling in the consuming native app.",{"type":46,"tag":168,"props":342,"children":344},{"id":343},"versioning-note",[345],{"type":51,"value":346},"Versioning note",{"type":46,"tag":54,"props":348,"children":349},{},[350,355,357,362,364,370,372,378],{"type":46,"tag":60,"props":351,"children":352},{},[353],{"type":51,"value":354},"Expo SDK 55 is the minimum supported version for brownfield integration.",{"type":51,"value":356}," Earlier SDKs lack ",{"type":46,"tag":180,"props":358,"children":360},{"className":359},[],[361],{"type":51,"value":4},{"type":51,"value":363},", the required ",{"type":46,"tag":180,"props":365,"children":367},{"className":366},[],[368],{"type":51,"value":369},"ExpoReactHostFactory",{"type":51,"value":371}," \u002F ",{"type":46,"tag":180,"props":373,"children":375},{"className":374},[],[376],{"type":51,"value":377},"ExpoReactNativeFactory",{"type":51,"value":379}," entry points, and the current autolinking surface. When creating the Expo project, always pin the SDK explicitly:",{"type":46,"tag":381,"props":382,"children":387},"pre",{"className":383,"code":384,"language":385,"meta":386,"style":386},"language-sh shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npx create-expo-app@latest my-project --template default@sdk-55\n","sh","",[388],{"type":46,"tag":180,"props":389,"children":390},{"__ignoreMap":386},[391],{"type":46,"tag":392,"props":393,"children":396},"span",{"class":394,"line":395},"line",1,[397,403,409,414,419],{"type":46,"tag":392,"props":398,"children":400},{"style":399},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[401],{"type":51,"value":402},"npx",{"type":46,"tag":392,"props":404,"children":406},{"style":405},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[407],{"type":51,"value":408}," create-expo-app@latest",{"type":46,"tag":392,"props":410,"children":411},{"style":405},[412],{"type":51,"value":413}," my-project",{"type":46,"tag":392,"props":415,"children":416},{"style":405},[417],{"type":51,"value":418}," --template",{"type":46,"tag":392,"props":420,"children":421},{"style":405},[422],{"type":51,"value":423}," default@sdk-55\n",{"type":46,"tag":54,"props":425,"children":426},{},[427],{"type":51,"value":428},"Pin the same Expo SDK across both the RN project and any embedded dependencies.",{"type":46,"tag":168,"props":430,"children":432},{"id":431},"submitting-feedback",[433],{"type":51,"value":434},"Submitting Feedback",{"type":46,"tag":54,"props":436,"children":437},{},[438],{"type":51,"value":439},"If you encounter errors, misleading or outdated information in this skill, report it so Expo can improve:",{"type":46,"tag":381,"props":441,"children":445},{"className":442,"code":443,"language":444,"meta":386,"style":386},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npx --yes submit-expo-feedback@latest --category skills --subject \"expo-brownfield\" \"\u003Cactionable feedback>\"\n","bash",[446],{"type":46,"tag":180,"props":447,"children":448},{"__ignoreMap":386},[449],{"type":46,"tag":392,"props":450,"children":451},{"class":394,"line":395},[452,456,461,466,471,476,481,487,491,496,500,505],{"type":46,"tag":392,"props":453,"children":454},{"style":399},[455],{"type":51,"value":402},{"type":46,"tag":392,"props":457,"children":458},{"style":405},[459],{"type":51,"value":460}," --yes",{"type":46,"tag":392,"props":462,"children":463},{"style":405},[464],{"type":51,"value":465}," submit-expo-feedback@latest",{"type":46,"tag":392,"props":467,"children":468},{"style":405},[469],{"type":51,"value":470}," --category",{"type":46,"tag":392,"props":472,"children":473},{"style":405},[474],{"type":51,"value":475}," skills",{"type":46,"tag":392,"props":477,"children":478},{"style":405},[479],{"type":51,"value":480}," --subject",{"type":46,"tag":392,"props":482,"children":484},{"style":483},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[485],{"type":51,"value":486}," \"",{"type":46,"tag":392,"props":488,"children":489},{"style":405},[490],{"type":51,"value":4},{"type":46,"tag":392,"props":492,"children":493},{"style":483},[494],{"type":51,"value":495},"\"",{"type":46,"tag":392,"props":497,"children":498},{"style":483},[499],{"type":51,"value":486},{"type":46,"tag":392,"props":501,"children":502},{"style":405},[503],{"type":51,"value":504},"\u003Cactionable feedback>",{"type":46,"tag":392,"props":506,"children":507},{"style":483},[508],{"type":51,"value":509},"\"\n",{"type":46,"tag":54,"props":511,"children":512},{},[513],{"type":51,"value":514},"Only submit when you have something specific and actionable to report. Include as much relevant context as possible.",{"type":46,"tag":516,"props":517,"children":518},"style",{},[519],{"type":51,"value":520},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":522,"total":622},[523,537,552,565,579,593,611],{"slug":524,"name":524,"fn":525,"description":526,"org":527,"tags":528,"stars":29,"repoUrl":30,"updatedAt":536},"eas-app-stores","deploy and submit Expo apps to stores","EAS service (paid). Deploy Expo apps to the app stores 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, and publish App Store metadata and ASO. Use whenever the user wants to deploy, release, or ship an app to production or the app stores, is preparing a production build, running eas build or eas submit, shipping to TestFlight, bumping version or build numbers, or setting up store listing metadata. For deploying an Expo website or API routes, use the eas-hosting skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[529,530,533,534,535],{"name":17,"slug":18,"type":15},{"name":531,"slug":532,"type":15},"Deployment","deployment",{"name":9,"slug":8,"type":15},{"name":24,"slug":25,"type":15},{"name":27,"slug":28,"type":15},"2026-07-24T05:36:44.164663",{"slug":538,"name":538,"fn":539,"description":540,"org":541,"tags":542,"stars":29,"repoUrl":30,"updatedAt":551},"eas-hosting","deploy Expo websites to EAS Hosting","EAS service (paid). Deploy Expo websites and Expo Router API routes to EAS Hosting - export the web bundle, run eas deploy for production and PR preview URLs, manage environment secrets and custom domains, and work within the Cloudflare Workers runtime. Also covers authoring API routes (+api.ts handlers, HTTP methods, request handling, CORS). Use when deploying an Expo web app or API routes, setting up EAS Hosting, or configuring hosting environments and domains. Not for native builds or store releases - use the eas-app-stores skill for those.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[543,544,545,548],{"name":531,"slug":532,"type":15},{"name":9,"slug":8,"type":15},{"name":546,"slug":547,"type":15},"Frontend","frontend",{"name":549,"slug":550,"type":15},"Web Development","web-development","2026-07-24T05:36:40.193701",{"slug":553,"name":553,"fn":554,"description":555,"org":556,"tags":557,"stars":29,"repoUrl":30,"updatedAt":564},"eas-observe","configure EAS Observe for Expo apps","EAS service (paid). Use for anything related to EAS Observe - adding `expo-observe` to an Expo project (AppMetricsRoot\u002FObserveRoot HOC, markInteractive, the useObserve hook, the Expo Router \u002F React Navigation integrations for per-route metrics, and user-defined events via `Observe.logEvent`), querying via the EAS CLI (`eas observe:metrics-summary`, `observe:metrics`, `observe:routes`, `observe:events`, `observe:versions`), or interpreting the resulting metrics (cold\u002Fwarm launch, TTR, TTI, navigation cold\u002Fwarm TTR, update download, and the TTI frameRate params for triaging slow startups).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[558,559,560,563],{"name":9,"slug":8,"type":15},{"name":27,"slug":28,"type":15},{"name":561,"slug":562,"type":15},"Observability","observability",{"name":13,"slug":14,"type":15},"2026-07-24T05:36:45.220605",{"slug":566,"name":566,"fn":567,"description":568,"org":569,"tags":570,"stars":29,"repoUrl":30,"updatedAt":578},"eas-simulator","run and control remote iOS and Android simulators","EAS service (paid). Run and control a user's app on a remote iOS\u002FAndroid simulator hosted on EAS cloud. Read before running any `eas simulator:*` commands - it has the current syntax for this experimental API. Use whenever the user needs a simulator they can't run locally - 'run my app on a cloud simulator', 'use eas simulator to run\u002Finstall\u002Fscreenshot my app', 'I'm on Linux\u002FCursor and need an iOS device', 'no sim on this box \u002F headless CI', 'let an agent click through my app and screenshot it', 'test my dev build on a remote sim with live reload', 'stream a sim to my browser' - even when they don't say 'EAS Simulator' or 'cloud'. On a host WITHOUT a local simulator (Linux, CI, cloud sandbox) it's the default; on macOS, do NOT auto-trigger for a plain 'run on the simulator' - use it only for a cloud\u002Fremote\u002Fshareable sim, an iOS version they lack, or an agent-driven session. NOT for local sims (expo run:ios, Xcode, Android Studio), EAS Build\u002FUpdate, web preview, or physical devices.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[571,572,575,576,577],{"name":17,"slug":18,"type":15},{"name":573,"slug":574,"type":15},"CLI","cli",{"name":9,"slug":8,"type":15},{"name":24,"slug":25,"type":15},{"name":27,"slug":28,"type":15},"2026-07-31T05:52:18.602058",{"slug":580,"name":580,"fn":581,"description":582,"org":583,"tags":584,"stars":29,"repoUrl":30,"updatedAt":592},"eas-update-insights","check health of EAS Updates","EAS service (paid). Check the health of published EAS Update: crash rates, install\u002Flaunch counts, unique users, payload size, and the split between embedded and OTA users per channel. Use when the user asks how an update is performing, whether a rollout is healthy, how many users are on the embedded build vs OTA, or wants to gate CI on update health.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[585,588,589,590,591],{"name":586,"slug":587,"type":15},"Analytics","analytics",{"name":531,"slug":532,"type":15},{"name":9,"slug":8,"type":15},{"name":27,"slug":28,"type":15},{"name":561,"slug":562,"type":15},"2026-07-24T05:36:50.17095",{"slug":594,"name":594,"fn":595,"description":596,"org":597,"tags":598,"stars":29,"repoUrl":30,"updatedAt":610},"eas-workflows","configure EAS workflows for Expo projects","EAS service (paid). Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI\u002FCD or workflows in an Expo or EAS context, mentions .eas\u002Fworkflows\u002F, or wants help with EAS build pipelines or deployment automation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[599,602,605,606,607],{"name":600,"slug":601,"type":15},"Automation","automation",{"name":603,"slug":604,"type":15},"CI\u002FCD","ci-cd",{"name":531,"slug":532,"type":15},{"name":9,"slug":8,"type":15},{"name":608,"slug":609,"type":15},"YAML","yaml","2026-07-24T05:36:43.205514",{"slug":612,"name":612,"fn":613,"description":614,"org":615,"tags":616,"stars":29,"repoUrl":30,"updatedAt":621},"expo-app-clip","add iOS App Clip targets to Expo","Framework (OSS). Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app banner, or wants to ship a lightweight iOS Clip invoked from a URL alongside their parent app.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[617,618,619,620],{"name":9,"slug":8,"type":15},{"name":24,"slug":25,"type":15},{"name":27,"slug":28,"type":15},{"name":13,"slug":14,"type":15},"2026-07-24T05:36:46.195935",22,{"items":624,"total":742},[625,633,640,647,655,663,671,678,687,705,720,731],{"slug":524,"name":524,"fn":525,"description":526,"org":626,"tags":627,"stars":29,"repoUrl":30,"updatedAt":536},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[628,629,630,631,632],{"name":17,"slug":18,"type":15},{"name":531,"slug":532,"type":15},{"name":9,"slug":8,"type":15},{"name":24,"slug":25,"type":15},{"name":27,"slug":28,"type":15},{"slug":538,"name":538,"fn":539,"description":540,"org":634,"tags":635,"stars":29,"repoUrl":30,"updatedAt":551},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[636,637,638,639],{"name":531,"slug":532,"type":15},{"name":9,"slug":8,"type":15},{"name":546,"slug":547,"type":15},{"name":549,"slug":550,"type":15},{"slug":553,"name":553,"fn":554,"description":555,"org":641,"tags":642,"stars":29,"repoUrl":30,"updatedAt":564},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[643,644,645,646],{"name":9,"slug":8,"type":15},{"name":27,"slug":28,"type":15},{"name":561,"slug":562,"type":15},{"name":13,"slug":14,"type":15},{"slug":566,"name":566,"fn":567,"description":568,"org":648,"tags":649,"stars":29,"repoUrl":30,"updatedAt":578},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[650,651,652,653,654],{"name":17,"slug":18,"type":15},{"name":573,"slug":574,"type":15},{"name":9,"slug":8,"type":15},{"name":24,"slug":25,"type":15},{"name":27,"slug":28,"type":15},{"slug":580,"name":580,"fn":581,"description":582,"org":656,"tags":657,"stars":29,"repoUrl":30,"updatedAt":592},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[658,659,660,661,662],{"name":586,"slug":587,"type":15},{"name":531,"slug":532,"type":15},{"name":9,"slug":8,"type":15},{"name":27,"slug":28,"type":15},{"name":561,"slug":562,"type":15},{"slug":594,"name":594,"fn":595,"description":596,"org":664,"tags":665,"stars":29,"repoUrl":30,"updatedAt":610},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[666,667,668,669,670],{"name":600,"slug":601,"type":15},{"name":603,"slug":604,"type":15},{"name":531,"slug":532,"type":15},{"name":9,"slug":8,"type":15},{"name":608,"slug":609,"type":15},{"slug":612,"name":612,"fn":613,"description":614,"org":672,"tags":673,"stars":29,"repoUrl":30,"updatedAt":621},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[674,675,676,677],{"name":9,"slug":8,"type":15},{"name":24,"slug":25,"type":15},{"name":27,"slug":28,"type":15},{"name":13,"slug":14,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":679,"tags":680,"stars":29,"repoUrl":30,"updatedAt":31},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[681,682,683,684,685,686],{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},{"name":24,"slug":25,"type":15},{"name":27,"slug":28,"type":15},{"name":13,"slug":14,"type":15},{"slug":688,"name":688,"fn":689,"description":690,"org":691,"tags":692,"stars":29,"repoUrl":30,"updatedAt":704},"expo-data-fetching","fetch and manage data in Expo apps","Framework (OSS). Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[693,696,699,700,701],{"name":694,"slug":695,"type":15},"API Development","api-development",{"name":697,"slug":698,"type":15},"Caching","caching",{"name":9,"slug":8,"type":15},{"name":27,"slug":28,"type":15},{"name":702,"slug":703,"type":15},"React","react","2026-07-24T05:36:42.177188",{"slug":706,"name":706,"fn":707,"description":708,"org":709,"tags":710,"stars":29,"repoUrl":30,"updatedAt":719},"expo-dev-client","build and distribute Expo development clients","Framework (OSS). Build and distribute Expo development clients locally or via TestFlight for internal testing. For production TestFlight releases and store submission, use the eas-app-stores skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[711,712,713,714,715,718],{"name":17,"slug":18,"type":15},{"name":531,"slug":532,"type":15},{"name":9,"slug":8,"type":15},{"name":24,"slug":25,"type":15},{"name":716,"slug":717,"type":15},"Local Development","local-development",{"name":27,"slug":28,"type":15},"2026-07-24T05:36:51.160719",{"slug":721,"name":721,"fn":722,"description":723,"org":724,"tags":725,"stars":29,"repoUrl":30,"updatedAt":730},"expo-dom","run web components in native apps","Framework (OSS). Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally. For the end-to-end migration of a whole web app, use the expo-web-to-native skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[726,727,728,729],{"name":9,"slug":8,"type":15},{"name":546,"slug":547,"type":15},{"name":27,"slug":28,"type":15},{"name":13,"slug":14,"type":15},"2026-07-24T05:36:41.176872",{"slug":732,"name":732,"fn":733,"description":734,"org":735,"tags":736,"stars":29,"repoUrl":30,"updatedAt":741},"expo-examples","integrate Expo example projects","Framework (OSS). Expo's official example projects - the expo\u002Fexamples repo of ~70 `with-*` integrations (Stripe, Clerk, Supabase, OpenAI, maps, Reanimated, SQLite, Skia, NativeWind, and more). Use when integrating a third-party library or service into an existing Expo app and you want the canonical, version-matched pattern to adapt, or when scaffolding a new project from one with `npx create-expo --example`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[737,738,739,740],{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},{"name":27,"slug":28,"type":15},{"name":13,"slug":14,"type":15},"2026-07-24T05:36:35.174379",24]