Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoUpdatesAppLoader.kt125 val httpManifestUrl = exponentManifest.httpManifestUrl(manifestUrl) in start() constant
130 httpManifestUrl.getQueryParameter(ExponentManifest.QUERY_PARAM_KEY_RELEASE_CHANNEL) in start()
136 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY] = httpManifestUrl in start()
137 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_SCOPE_KEY_KEY] = httpManifestUrl.toString() in start()
H A DExponentManifest.kt44 fun httpManifestUrl(manifestUrl: String): Uri { in onLoadBitmap() method
70 val httpManifestUrl = ExponentUrls.toHttp(realManifestUrl) in httpManifestUrlBuilder() constant
71 val uri = Uri.parse(httpManifestUrl) in httpManifestUrlBuilder()
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXAppLoaderExpoUpdates.m33 @property (nonatomic, strong, nullable) NSURL *httpManifestUrl; property
346 NSURL *httpManifestUrl = [[self class] _httpUrlFromManifestUrl:_manifestUrl];
351 …NSURLComponents *manifestUrlComponents = [NSURLComponents componentsWithURL:httpManifestUrl resolv…
356 EXUpdatesConfig.EXUpdatesConfigUpdateUrlKey: httpManifestUrl.absoluteString,
358 EXUpdatesConfig.EXUpdatesConfigScopeKeyKey: httpManifestUrl.absoluteString,