eas-cli
eas-cli copied to clipboard
Fastest way to build, submit, and update iOS and Android apps
### Build/Submit details page URL https://expo.dev/accounts/mohamed-laaguili/projects/time-tracker/builds/8a635606-c2a3-4093-bef6-48e9ad3c7df9 ### Summary # app.config.ts ``` import type { ConfigContext, ExpoConfig } from '@expo/config'; import type { AppIconBadgeConfig } from 'app-icon-badge/types'; import { ClientEnv, Env...
### Build/Submit details page URL _No response_ ### Summary We are running an EAS workflow from an azure pipeline (ubuntu, using bash step). Since eas cli version 16.16.0, the script...
Migrating from AppCenter to EAS, we are missing a feature. In our project, we used AppCenter's option to set the native build number to a timestamp (e.g., 1738862592), and we...
# Why Claude says this is the fix for https://exponent-internal.slack.com/archives/C06EFBQK3B7/p1760996501806919. It makes sense to me. # How Applied the change. # Test Plan Try it on GHA's Windows. See https://github.com/expo/eas-cli/actions/runs/18678885693.
# Why I'm running into this typing issue a lot, should be optional as it's not required. # How - Made `language` optional in `IosSubmitProfile` # Test Plan Typing issue...
# Why Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. # How How did you build this feature or fix...
# Why EAS Currently supports native deployments only for EAS Builds. # How This PR relies on Expo CLI changes which deploys API routes for the update during `export`, same...
# Why `eas workflow:run .eas/workflows/deploy-to-production.yml` is quite long. `eas run deploy-to-production` is ✨. # How - added an alias to the command - changed how we resolve workflow file path...
# Why Previously, the Android submit track in eas.json only allowed a fixed set of values ("beta", "alpha", "internal", "production"). However, Google Play supports custom track names, and users may...
# Why [ENG-15251: Analyse EnvVar UI feedback from user](https://linear.app/expo/issue/ENG-15251/analyse-envvar-ui-feedback-from-user) Users should be aware of the changes that the command `env:pull` performs: new, changed, and deleted variables should be clearly visible....