Native builds

Build Android APK/AAB and iOS binaries with Expo EAS via OpenV2.

Native builds compile your Expo project into store-ready binaries in the cloud — no Mac required for Android.

Requirements

RequirementDetails
PlanPro or Ultra
Apple Developer$99/year — required for App Store
Google Play Developer$25 one-time — required for Play Store
Expo credentialsConfigured in the build modal

Starting a build

  1. Open the project header → Build
  2. Walk through the build wizard:
StepContent
PlatformAPK (test), AAB (Play Store), or iOS
HistoryPast builds and statuses
App infoPulled from app.json / project config
CredentialsExpo token; Apple credentials for iOS
ConfirmReview and submit
ResultDownload link when complete
  1. Builds run on OpenV2's Railway build server via /api/build-mobile
  2. Track status in the modal and Build notifications menu

Two-factor authentication

Some Apple flows require 2FA mid-build. The UI shows a 2FA card when needed — complete verification to continue.

Store submission helpers

OpenV2 includes modals to manage:

  • App Store Connect teams
  • Google Play Console projects

These help associate builds with the correct store listings.

Download artifacts

When a build succeeds, download:

  • .apk — sideload on Android for testing
  • .aab — upload to Google Play
  • iOS artifacts — upload via App Store Connect / Transporter

Expo Go vs. native builds

Expo GoNative build
SpeedInstant QR previewMinutes to compile
Native modulesLimited to Expo Go SDKFull custom native code
Store submission