Guides Expo SDK upgrades: reviews release notes/breaking changes, updates deps/config with expo install --fix and expo-doctor, migrates APIs, tests iOS/Android.
From antigravity-awesome-skillsnpx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Upgrade Expo SDK versions safely, handling breaking changes, dependencies, and configuration updates.
Use this skill when you need to upgrade Expo SDK versions.
Use this skill when:
This skill guides you through upgrading Expo SDK versions:
# Update Expo CLI
npm install -g expo-cli@latest
# Upgrade Expo SDK
npx expo install expo@latest
# Update all Expo packages
npx expo install --fix
# Check for outdated packages
npx expo-doctor
# Update packages to compatible versions
npx expo install --fix
# Verify compatibility
npx expo-doctor
expo install instead of npm install for Expo packagesapp.json for new SDK requirementsexpo-doctor to verify setupFor more information, see the source repository.