Platforms
iOS
Build and submit to the App Store
Android
Build and submit to Google Play
Web
Deploy as a web application
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ship your app to the App Store, Google Play, and Web
app.json# Install EAS CLI
npm install -g eas-cli
# Login to Expo
eas login
# Build for iOS
eas build --platform ios
# Build for Android
eas build --platform android
# Build for both
eas build --platform all
Was this page helpful?
