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)