Expo Commands
Build Android App
npx expo build:android
Builds an Android binary (.apk or .aab) using Expo Classic build service
Build iOS App
npx expo build:ios
Builds an iOS binary using Expo Classic build service
Create App with Bare Template
npx create-expo-app my-app --template bare-minimum
Creates a new Expo app with a minimal bare workflow
Create New Expo App
npx create-expo-app@latest my-app
Creates a new Expo app using the latest template
Install Expo-Compatible Package
npx expo install <package-name>
Installs a compatible version of a package for the Expo SDK
Prebuild App
npx expo prebuild
Generates native iOS and Android project files based on config
Start Development Server
npx expo start
Starts the local Expo dev server
Upgrade Expo SDK
npx expo upgrade
Upgrades the app to the latest Expo SDK version