AI AGENT ADDONS

Argent React Native App Workflow

software-mansion/argent
Mobile Development
7,241installs

You can use this skill to work with React Native apps on an iOS simulator or Android emulator. It gives you step-by-step instructions for starting the app, debugging Metro, fixing build errors, and running tests. The process begins by reading the project configuration so you use the right custom scripts instead of default commands.

Before running any app, the skill helps you check node_modules and iOS Pods are installed. It also shows you how to avoid port conflicts and start Metro correctly. For running the app, you pass the exact simulator or device ID. Android users get an extra step to reverse port forwarding so the emulator can reach Metro.

If something goes wrong, the skill guides you to check if Metro is already running, kill the old process safely, and confirm the app connects to the right host and port. This makes your React Native development faster and less frustrating.

Add Argent React Native App Workflow skill to your workflow

Global

mkdir -p ~/.claude/skills/argent-react-native-app-workflow

Project

mkdir -p .claude/skills/argent-react-native-app-workflow

Source Repository

Stars
1,486
Forks
40
Watchers
1,486
License
Apache-2.0
Last Push
1 month ago
Created
5 months ago