Home
last modified time | relevance | path

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

/expo/packages/expo-dev-launcher/ios/
H A DDevLauncherInternal.swift87 guard let updatesUrl = sanitizeUrlString(updateUrlString) else { in definition() variable
93 …controller.loadApp(updatesUrl, withProjectUrl: projectUrl, onSuccess: { promise.resolve(nil) }, on… in definition()
/expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/
H A DDevLauncherInternal.ts27 updatesUrl: '123', constant
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt240 …var updatesUrl = DevLauncherController.getMetadataValue(reactApplicationContext, "expo.modules.upd… in getBuildInfo() variable
243 if (updatesUrl.isNotEmpty()) { in getBuildInfo()
244 var uri = Uri.parse(updatesUrl) in getBuildInfo()