Builder provides a complete React Native development workflow for iOS apps on real devices through MobAI, without needing a Mac.
builder rn dev— Start development modebuilder rn attach— Attach to a running appbuilder rn metro— Manage Metro bundlerbuilder rn reload— Trigger Fast Refresh or manual reloadbuilder rn logs— View and stream device logsbuilder rn doctor— Check development environmentbuilder rn install— Install app on device
- Node.js 18+
- npm
- React Native project with
ios/directory - MobAI device connection (optional but recommended)
Add to builder.json:
{
"react_native": {
"enabled": true,
"entry_file": "index.js",
"metro_port": 8081,
"auto_start_metro": true,
"auto_attach": true,
"auto_install": true,
"fast_refresh": true
}
}builder rn doctor— verify environmentbuilder rn dev— start development session- Edit your code — Metro hot reloads automatically
builder rn reload— manual reload if neededbuilder rn logs— view device logsbuilder rn attach— attach to existing session