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
✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check npm/ yarn versions
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that native modules do not use incompatible support packages
✔ Check for legacy global CLI installed locally
✖ Check that native modules use compatible support package versions for installed Expo SDK
✖ Check that packages match versions required by installed Expo SDK
Detailed check results:
Expected package @expo/config-plugins@~6.0.0
Found invalid:
@expo/[email protected]
(for more info, run: npm why @expo/config-plugins)
Advice: Upgrade dependencies that are using the invalid package versions.
Some dependencies are incompatible with the installed expo version:
[email protected] - expected version: ~6.2.0
Your project may not work correctly until you install the correct versions of the packages.
Install individual packages by running npx expo install sentry-expo@~6.2.0
Found outdated dependencies
Advice: Use 'npx expo install --check' to review and upgrade your dependencies.
One or more checks failed, indicating possible issues with the project.
Error output
No response
Reproducible demo or steps to reproduce from a blank project
Build/Submit details page URL
No response
Summary
Can't set the
channel
variables when I runeas update --channel staging
, but it works foreas update
.Managed or bare?
Managed
Environment
Error output
No response
Reproducible demo or steps to reproduce from a blank project
I have an eas.json that looks like this:
When I run
eas build --profile staging
everything works great, I have a page where I printUpdates.channel
and the result isstaging
.When I run
eas update --channel staging
and then open the app, the page shows thatUpdates.channel
is empty.QUESTION: how can I run
eas update
and still have the sameUpdates.channel = "staging"
?The text was updated successfully, but these errors were encountered: