Skip to content
KB entry

Configuring EAS Build for production

From eas.json basics to channel-based deployments and signing credentials.

Expo7 min read
React Native

EAS Build is Expo's hosted build service. Configure it via eas.json.

Build profiles

Define separate profiles for development, preview, and production. Each profile can target a specific channel and credential set.

Credentials

Run eas credentials to manage signing keys. EAS can generate and rotate Android keystores and iOS distribution certificates for you.


Back to Expo knowledge base