Skip to content
Discussion options

You must be logged in to vote

Expo provides several ways to build and deploy apps without relying on EAS, although some features (like iOS automatic signing) are limited on the free tier.


1. Using Classic Expo Build (expo build)

Note: expo build is deprecated in favor of EAS, but it still works for many workflows.

expo build:android
expo build:ios
  • Generates a standalone APK (Android) or IPA (iOS).

  • Limitations:

    • iOS: Requires an Apple Developer account; you must manually manage certificates and provisioning profiles.
    • Build times may still be queued if using Expo servers, but Android builds are generally faster.

2. Local Builds with expo-cli + react-native

For full local control, you can eject to the bare wor…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gotoenchanter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants