disable eas updates for a while

This commit is contained in:
Oleksii Bulenok
2026-08-17 15:54:12 +02:00
parent 5ad61d39e7
commit 0cba15b833
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = function (_config) {
...(IS_DEV || IS_TESTFLIGHT ? [] : []), ...(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) const USE_SENTRY = Boolean(process.env.SENTRY_AUTH_TOKEN)