Expo React Native Patterns
Installation
SKILL.md
Expo React Native Patterns
Expo SDK 54 Setup
# Start dev server
npx expo start
# Run platform
npm run android
npm run ios
# Clear cache
npx expo start -c
# Prebuild native
npx expo prebuild --clean
# Start dev server
npx expo start
# Run platform
npm run android
npm run ios
# Clear cache
npx expo start -c
# Prebuild native
npx expo prebuild --clean