react-native-worktree
Parallel React Native development with shared device locking
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install react-native-worktree?โผ
Run `npx skills add aleqsio/react-native-worktree --all -g -y` in your terminal to install the skill globally.
How to run multiple React Native agents at once?โผ
Each agent works in its own git worktree with a dedicated Metro port, and react-native-worktree queues device access automatically so they never collide.
How does the device lock work?โผ
A file-based mutex per platform ensures only one worktree controls the iOS simulator or Android emulator at a time, with heartbeats and automatic stale-lock recovery.
Does it work with Expo projects?โผ
Yes. It supports Expo and bare React Native, auto-detects your bundle ID from app.json, and requires no native modules or app code changes.
Do I need to manage Metro ports manually?โผ
No. Ports are assigned automatically when you register a worktree, and dead Metro ports are reclaimed for reuse.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core