Home
last modified time | relevance | path

Searched refs:toHttp (Results 1 – 7 of 7) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DExponentUrls.kt22 @JvmStatic fun toHttp(rawUrl: String): String { in <lambda>() method
H A DKernel.kt50 import host.exp.exponent.kernel.ExponentUrls.toHttp in <lambda>()
736 val bundleUrl = toHttp(manifest.getBundleURL()) in <lambda>()
/expo/home/utils/
H A DUrlUtils.ts28 export function toHttp(expUrl: string): string { function
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DTestServerUtils.kt124 .url(ExponentUrls.toHttp(manifestUrl) + "/finished-test-event") in waitForCompleted()
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentManifest.kt70 val httpManifestUrl = ExponentUrls.toHttp(realManifestUrl) in httpManifestUrlBuilder()
/expo/android/expoview/src/main/java/host/exp/exponent/headless/
H A DInternalHeadlessAppLoader.kt81 val bundleUrl = ExponentUrls.toHttp(manifest.getBundleURL()) in loadApp()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt186 val bundleUrl = ExponentUrls.toHttp(manifest.getBundleURL()) in <lambda>()