Home
last modified time | relevance | path

Searched refs:EXUpdatesConfigCheckOnLaunchKey (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesConfig.swift56 public static let EXUpdatesConfigCheckOnLaunchKey = "EXUpdatesCheckOnLaunch" variable
176 …let checkOnLaunch = config.optionalValue(forKey: EXUpdatesConfigCheckOnLaunchKey).let { (it: Strin… in config()
/expo/packages/expo-updates/ios/Tests/
H A DErrorRecoverySpec.swift422 …UpdatesConfig.EXUpdatesConfigCheckOnLaunchKey: UpdatesConfig.EXUpdatesConfigCheckOnLaunchValueNever in spec()
442 …UpdatesConfig.EXUpdatesConfigCheckOnLaunchKey: UpdatesConfig.EXUpdatesConfigCheckOnLaunchValueNever in spec()
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXAppLoaderExpoUpdates.m363 …EXUpdatesConfig.EXUpdatesConfigCheckOnLaunchKey: shouldCheckOnLaunch ? EXUpdatesConfig.EXUpdatesCo…