Home
last modified time | relevance | path

Searched defs:enableExpoUpdatesProtocolV0CompatibilityMode (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesConfig.swift85 public let enableExpoUpdatesProtocolV0CompatibilityMode: Bool variable
210 …let enableExpoUpdatesProtocolV0CompatibilityMode = config.optionalValue(forKey: EXUpdatesConfigEna… in config() variable
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesConfig.swift85 public let enableExpoUpdatesProtocolV0CompatibilityMode: Bool variable
210 …let enableExpoUpdatesProtocolV0CompatibilityMode = config.optionalValue(forKey: ABI49_0_0EXUpdates… in config() variable
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesConfiguration.kt37 …val enableExpoUpdatesProtocolV0CompatibilityMode: Boolean, // used only in Expo Go to prevent load… constant in expo.modules.updates.UpdatesConfiguration