Is it possible to build an expo app without having an account?

Viewed 383

I see here: https://docs.expo.dev/build-reference/local-builds/ that in order to build my expo app on my own infrastructure, I need to have expo

  • Company policies that restrict the use of third-party CI/CD services. With local builds, the entire process runs on your infrastructure and the only communication with EAS servers is:

    • to make sure project @account/slug exists
    • if you are using managed credentials to download them.
  • Debugging (more info in the next section)

Is there a way to build my apps (iOS and Android) without having to be logged in to Expo servers in any way?

0 Answers
Related