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