|
|
|
|
|
by wesvance
1054 days ago
|
|
You can build locally without ejecting; just throw the --local flag on the end of your eas build command This does what EAS would do, just on your local machine. If you remove the --local flag, it will send it up to EAS to do the build. eas build --profile develop --platform ios --local |
|
... now looking more into it, I probably mistook `npm run export` / `expo build` with `eas build --local`. Is this correct?