skills/smithery.ai/Expo React Native Patterns

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
Installs
First Seen
Expo React Native Patterns from smithery.ai