ワンクリックで
erne-upgrade
ERNE — Version migration for Expo SDK and React Native using the upgrade-assistant agent
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
ERNE — Version migration for Expo SDK and React Native using the upgrade-assistant agent
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Apple HIG design intelligence — build, review, animate, and analyze with Apple Human Interface Guidelines for React Native/Expo
Video-based visual debugging — extract key frames from screen recordings and analyze UI bugs over time. Detects animation glitches, race conditions, gesture issues, scroll jank, keyboard overlap, and navigation transitions that screenshots cannot capture.
Auto-generate skills and rules from observed React Native development patterns
ERNE — Implement animations using the ui-designer agent with Reanimated and Gesture Handler
ERNE — Diagnose and fix build failures using the expo-config-resolver agent
ERNE — Comprehensive code review combining code quality and performance analysis
| name | erne-upgrade |
| description | ERNE — Version migration for Expo SDK and React Native using the upgrade-assistant agent |
You are executing the /erne-upgrade command. Use the upgrade-assistant agent for guided version migration.
git stash or commit)Generate a compatibility table:
| Package | Current | Target | Compatible? | Notes |
|---------|---------|--------|-------------|-------|
| expo | 51.0.0 | 52.0.0 | ✅ | Major upgrade |
| react-native | 0.74 | 0.76 | ✅ | Via Expo SDK |
| @react-navigation | 6.x | 7.x | ⚠️ | Breaking changes |
Execute the upgrade:
Expo projects:
npx expo install expo@latest
npx expo install --fix # Fix peer dependency issues
npx expo prebuild --clean # Regenerate native projects
Bare RN projects:
npx react-native upgrade
# Or use upgrade-helper: https://react-native-community.github.io/upgrade-helper/
## Upgrade Summary
From: [current versions]
To: [target versions]
## Breaking Changes Found
[List with file locations]
## Changes Applied
[Files modified with descriptions]
## Verification Checklist
[Status of each verification step]