simplify logic for pull request OTAs (#8720)
* simplify logic for pull request OTAs * just render deep link in the text * dont download update until approved
This commit is contained in:
+1
-2
@@ -26,8 +26,7 @@ module.exports = function (_config) {
|
||||
...(IS_DEV || IS_TESTFLIGHT ? [] : []),
|
||||
]
|
||||
|
||||
const UPDATES_ENABLED =
|
||||
IS_TESTFLIGHT !== undefined || IS_PRODUCTION !== undefined
|
||||
const UPDATES_ENABLED = IS_TESTFLIGHT || IS_PRODUCTION
|
||||
|
||||
const USE_SENTRY = Boolean(process.env.SENTRY_AUTH_TOKEN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user