From 67038d929d0b0c630023e26a11242d7004897619 Mon Sep 17 00:00:00 2001 From: Oleksii Bulenok Date: Tue, 18 Aug 2026 15:07:35 +0200 Subject: [PATCH] Revert "disable eas updates for a while" This reverts commit 0cba15b833dacd901b375d3f1ca33ae89516621e. --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 857c0604db..22787090bb 100644 --- a/app.config.js +++ b/app.config.js @@ -31,7 +31,7 @@ module.exports = function (_config) { ...(IS_DEV || IS_TESTFLIGHT ? [] : []), ] - const UPDATES_ENABLED = false // TODO: revert + const UPDATES_ENABLED = IS_TESTFLIGHT || IS_PRODUCTION const USE_SENTRY = Boolean(process.env.SENTRY_AUTH_TOKEN)