You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware that I could have default values on app.config.ts but I don't feel comfortable fallbacking to production (my env var is to define the API URL) when it's not set.
The text was updated successfully, but these errors were encountered:
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.
Are there lifecycle hooks like there are for
eas build
but foreas update
?eas build
hooks: https://docs.expo.dev/build-reference/npm-hooks/Since the env vars need to be set during an update (https://docs.expo.dev/eas-update/environment-variables/#setting-and-getting-environment-variables-when-publishing-an-update) I would like to have a script that checks if the required variables are set before performing the update.
I'm aware that I could have default values on
app.config.ts
but I don't feel comfortable fallbacking to production (my env var is to define the API URL) when it's not set.The text was updated successfully, but these errors were encountered: