react-native-brownfield-migration
Editor's pickProvides an incremental adoption strategy to migrate native iOS or Android apps to React Native or Expo using @callstack/react-native-brownfield for initial setup. Use when planning migration steps, packaging XCFramework/AAR artifacts, and integrating them into host apps.
- Type
- skill
- GitHub stars
- ★ 1.5K
- Repository
- callstackincubator/agent-skills
- Category
- mobile
Install
1Quick install (skills CLI)
npx skills add callstackincubator/agent-skills --skill react-native-brownfield-migration --agent claude-codeInstalls react-native-brownfield-migration into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.