Agent skill

upgrading-expo

Guidelines for upgrading Expo SDK versions and fixing dependency issues

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill upgrading-expo --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 9
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/upgrading-expo/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## When to Use Use this skill when you need guidelines for upgrading Expo SDK versions and fixing dependency issues. ## References - ./references/react-19.md -- SDK +54: React 19 changes (useContext → use, Context.Provider → Context, forwardRef removal) - ./references/new-architecture.md -- SDK +53: New Architecture migration guide - ./references/react-compiler.md -- SDK +54: React Compiler setup and migration guide - ./references/native-tabs.md -- SDK +55: Native tabs changes (Icon/Label/Badge now accessed via NativeTabs.Trigger.\*) - ./references/expo-av-to-audio.md -- SDK +55: Migrate audio playback and recording from expo-av to expo-audio - ./references/expo-av-to-video.md -- SDK +55: Migrate video playback from expo-av to expo-video - ./references/react-navigation-to-expo-router.md -- SDK +56: Migrate `@react-navigation/*` imports to `expo-router` entry points (codemod + manual mapping) ## Beta/Preview Releases Beta versions use `.preview` suffix (e.g., `55.0.0-preview.2`), published under `@next` tag. Check if latest is beta: https://exp.host/--/api/v2/versions (look for `-preview` in `expoVersion`) ```bash npx expo install expo@next --fix # install beta ``` ## Step-by-Step U

What's inside
Steps it walks through
  1. When to Use
  2. References
  3. Beta/Preview Releases
  4. Step-by-Step Upgrade Process
  5. Breaking Changes Checklist
  6. Prebuild for Native Changes
  7. Clear caches for bare workflow
  8. Housekeeping
  9. Deprecated Packages
  10. expo.install.exclude
  11. Removing patches
  12. Postcss
  13. Metro
  14. Hermes engine v1
Ships with 8 files
  • agents/openai.yaml
  • references/expo-av-to-audio.md
  • references/expo-av-to-video.md
  • references/native-tabs.md
  • references/new-architecture.md
  • references/react-19.md
  • references/react-compiler.md
  • references/react-navigation-to-expo-router.md
Commands it runs
npx expo install expo@next --fix  # install beta
npx expo install expo@latest
npx expo install --fix
npx expo export -p ios --clear
rm -rf node_modules .expo
watchman watch-del-all
npx expo prebuild --clean
More from agentic-awesome-skills
All skills →
About this skill
What does the upgrading-expo skill do?

Guidelines for upgrading Expo SDK versions and fixing dependency issues

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill upgrading-expo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going