CLI Reference
1/21/2026
Complete reference for Expo CLI commands.
Commands
npx expo start
Starts the Expo development server.
Usage:
npx expo startOptions:
-c, --clear: Clear the Metro bundler cache.--android: Open on Android emulator.--ios: Open on iOS simulator.
npx expo prebuild
Generates native projects for building.
Usage:
npx expo prebuildeas build
Build your app for production using EAS Build.
Usage:
eas build --platform android
eas build --platform ioshelp
Show help information.
Usage:
npx expo --helpAPI Backend (Go)
The Go api-backend foundation boots with a health endpoint and can serve the shared /api/v1/app mobile contract when the gateway routes that prefix to Go performance mode.
Rename Package & App Name
Learn how to rename your application ID, package name, and display name for production readiness.
