AI AGENT ADDONS

React Native Brownfield Migration

callstackincubator/agent-skills
Mobile Development
3,056installs

Moving an existing iPhone or Android app to React Native can be tricky. This guide helps you do it step by step. You can use Expo or bare React Native. Pick one path and follow the instructions.

First you check your app and choose a path. Then you run setup commands. Next you package React Native as a XCFramework for iOS or AAR for Android. Finally you add one screen at a time to your host app. This way you avoid rewriting everything at once.

The process uses a tool called @callstack/react-native-brownfield. It handles the tricky parts of mixing native code with React Native. You can migrate safely without breaking your existing app.

Add React Native Brownfield Migration skill to your workflow

Global

mkdir -p ~/.claude/skills/react-native-brownfield-migration

Project

mkdir -p .claude/skills/react-native-brownfield-migration

Source Repository

Stars
1,497
Forks
105
Watchers
1,497
License
MIT
Last Push
24 days ago
Created
6 months ago