Expo React Native apps can feel slow if not built with care. This guide helps developers write fast and smooth code. It covers startup speed, list scrolling, animations, and image loading. Anyone building mobile apps with Expo and React Native can follow these simple rules to make their app run better.
The guide has 42 rules grouped by importance. You can use it when writing new code or fixing old code. It even helps with memory management and data fetching to keep your app lean and responsive.
Global
mkdir -p ~/.claude/skills/expo-react-native-performanceProject
mkdir -p .claude/skills/expo-react-native-performanceSource 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