A slow React Native app can frustrate users. This skill helps by measuring first to find the real cause of slowness. It uses a profiler to spot exactly where the app struggles.
After finding the top bottleneck, it fixes just that one issue. Then it checks if the change actually helped. It also sweeps for simple problems like bad code patterns that slow things down.
This approach avoids guessing or making random changes. Every fix is tested and measured. The result is a faster app with fewer regrets.
Global
mkdir -p ~/.claude/skills/argent-react-native-optimizationProject
mkdir -p .claude/skills/argent-react-native-optimizationSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability