Revert "disable eas updates for a while"

This reverts commit 0cba15b833.
This commit is contained in:
Oleksii Bulenok
2026-08-18 15:07:35 +02:00
parent 5bea24906e
commit 67038d929d
+1 -1
View File
@@ -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)