Nov 14, 2024 by
Juwan Wheatley
Channel pausing for EAS Update is now available. With channel pausing, you can disable sending updates to specific deployments, which allows you to better control update distribution and prevent runaway EAS Update usage.
Developers can pause and resume updates directly on the channel details page on expo.dev or via EAS CLI with the following commands:
eas channel:pause <channel-name>
eas channel:resume <channel-name>
Check it out and let us know what you think!