upgrading-expo

Upgrade Expo SDK versions safely, handling breaking changes, dependencies, and configuration updates.

Content Preview
---
name: upgrading-expo
description: "Upgrade Expo SDK versions"
risk: safe
source: "https://github.com/expo/skills/tree/main/plugins/upgrading-expo"
date_added: "2026-02-27"
---

# Upgrading Expo

## Overview

Upgrade Expo SDK versions safely, handling breaking changes, dependencies, and configuration updates.

## When to Use This Skill

Use this skill when you need to upgrade Expo SDK versions.

Use this skill when:
- Upgrading to a new Expo SDK version
- Handling breaking changes between SDK
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/upgrading-expo.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/upgrading-expo/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/upgrading-expo/SKILL.md

Related Skills