upgrading-expo
Guidelines for upgrading Expo SDK versions and fixing dependency issues
npx skills add sickn33/agentic-awesome-skills --skill upgrading-expo --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## 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
- When to Use
- References
- Beta/Preview Releases
- Step-by-Step Upgrade Process
- Breaking Changes Checklist
- Prebuild for Native Changes
- Clear caches for bare workflow
- Housekeeping
- Deprecated Packages
- expo.install.exclude
- Removing patches
- Postcss
- Metro
- Hermes engine v1
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
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.