react-native-deployment
Installation
SKILL.md
React Native Deployment
Priority: P2 (MAINTENANCE)
Workflow: Ship Production Release with EAS Build
- Configure
eas.jsonwith development, preview, and production profiles - Set environment variables in
.env.production - Run
eas build --platform all --profile production - Verify build artifact on EAS dashboard
- Submit to stores:
eas submit --platform ios/eas submit --platform android - For JS-only hotfixes, publish OTA:
eas update --branch production