Search code examples
reactjsreact-nativeservicebuildexpo

Can you create a build using expo without counting for the EAS build count?


I am trying to figure out if all the methods to create a build using expo must go through EAS (Expo Application Services) since apparently they limit the free tier to 30 builds per month.

Can I build the web-app locally without an EAS account / 100% for free?

The documentation isn't clear to me.


Solution

  • According to this video, using eas build --local should do the trick