react-native-expert
Installation
SKILL.md
React Native Expert - Setup, Build, Debug, Performance
Comprehensive React Native and Expo expertise covering environment setup, Metro bundler, native modules, device testing, performance optimization, and debugging.
Quick Setup Commands
Expo (Recommended)
# Create new project
npx create-expo-app@latest MyProject
cd MyProject
npx expo start
# Development build (custom native code)
npx expo install expo-dev-client
eas build --profile development --platform ios