Home
last modified time | relevance | path

Searched refs:projectUrl (Results 1 – 20 of 20) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts28 export async function loadUpdate(updateUrl: string, projectUrl: string) {
29 return await DevLauncher.loadUpdate(updateUrl, projectUrl);
105 projectUrl: string;
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt65 …var projectUrl = DevLauncherController.getMetadataValue(reactApplicationContext, "expo.modules.upd… in getUpdatesConfig() variable
67 val appId = if (projectUrl.isNotEmpty()) { in getUpdatesConfig()
68 Uri.parse(projectUrl).lastPathSegment ?: "" in getUpdatesConfig()
73 val projectUri = Uri.parse(projectUrl) in getUpdatesConfig()
83 putString("projectUrl", projectUrl) in getUpdatesConfig()
102 var projectUrl: Uri? = null in loadUpdate() variable
104 projectUrl = sanitizeUrlString(projectUrlString) in loadUpdate()
106 controller.loadApp(appUrl, projectUrl) in loadUpdate()
/expo/tools/src/android-update-native-dependencies/
H A Dtypes.ts16 projectUrl: string | null; property
49 projectUrl: string | null; property
H A Dindex.ts17 )} ${getChangelogLink(dependency.fullName, dependency.projectUrl)}`
H A DandroidProjectReports.ts123 projectUrl,
130 projectUrl,
H A Dprompts.ts66 dependency.projectUrl
/expo/packages/expo-dev-launcher/bundle/hooks/
H A DuseOnUpdatePress.tsx15 const { runtimeVersion, projectUrl } = useUpdatesConfig();
49 return loadUpdate(updateUrl, projectUrl)
60 [runtimeVersion, projectUrl, toastStack, navigation]
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/loaders/
H A DDevLauncherAppLoaderFactory.kt19 …suspend fun createAppLoader(url: Uri, projectUrl: Uri, manifestParser: DevLauncherManifestParser):… in createAppLoader()
35 …override suspend fun createAppLoader(url: Uri, projectUrl: Uri, manifestParser: DevLauncherManifes… in createAppLoader()
48 …val configuration = createUpdatesConfigurationWithUrl(url, projectUrl, installationIDHelper.getOrC… in createAppLoader()
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/helpers/
H A DDevLauncherUpdatesHelper.kt48 fun createUpdatesConfigurationWithUrl(url: Uri, projectUrl: Uri, installationID: String?): HashMap<… in createUpdatesConfigurationWithUrl()
57 "scopeKey" to projectUrl.toString(), in createUpdatesConfigurationWithUrl()
/expo/packages/expo-dev-launcher/ios/
H A DDevLauncherInternal.swift91 let projectUrl = sanitizeUrlString(projectUrlString) in definition() variable
93 …controller.loadApp(updatesUrl, withProjectUrl: projectUrl, onSuccess: { promise.resolve(nil) }, on… in definition()
H A DEXDevLauncherController.m418 - (void)loadApp:(NSURL *)url withProjectUrl:(NSURL * _Nullable)projectUrl onSuccess:(void (^ _Nulla…
426 // an update url requires a matching projectUrl
428 if (isEASUpdate && projectUrl == nil) {
430 projectUrl = [NSURL URLWithString:projectUrlString];
434 if (!isEASUpdate && projectUrl == nil) {
435 projectUrl = expoUrl;
444 … projectURL:projectUrl
760 NSString *projectUrl = [self getUpdatesConfigForKey:@"EXUpdatesURL"];
761 NSURL *url = [NSURL URLWithString:projectUrl];
776 [updatesConfig setObject:projectUrl forKey:@"projectUrl"];
H A DEXDevLauncherController.h59 - (void)loadApp:(NSURL *)expoUrl withProjectUrl:(NSURL * _Nullable)projectUrl onSuccess:(void (^ _…
H A Dmain.jsbundle1193 …ateContext({runtimeVersion:'',sdkVersion:'',appId:'',usesEASUpdates:!1,projectUrl:''});e.useUpdate…
1274 …0,u.useNavigation)(),y=(0,l.useUpdatesConfig)(),h=y.runtimeVersion,O=y.projectUrl,P=i.useState('')…
1295 …sync,q=$.isFetching,G=(0,O.useToastStack)(),J=(0,T.useUpdatesConfig)().projectUrl,X=(0,z.useCrashR…
/expo/packages/expo-dev-launcher/bundle/providers/
H A DUpdatesConfigProvider.tsx13 projectUrl: '',
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/
H A DDevLauncherControllerInterface.kt16 suspend fun loadApp(url: Uri, projectUrl: Uri?, mainActivity: ReactActivity? = null)
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/
H A DDevLauncherController.kt96 override suspend fun loadApp(url: Uri, projectUrl: Uri?, mainActivity: ReactActivity?) { in <lambda>()
108 var parsedProjectUrl = projectUrl ?: url in <lambda>()
113 if (isEASUpdate && projectUrl == null) { in <lambda>()
/expo/packages/expo-dev-launcher/android/src/release/java/expo/modules/devlauncher/
H A DDevLauncherController.kt68 override suspend fun loadApp(url: Uri, projectUrl: Uri?, mainActivity: ReactActivity?) { in loadApp()
/expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/helpers/
H A DDevLauncherUpdatesHelperTest.kt84 fun `createUpdatesConfiguration sets the correct scopeKey if projectUrl is different`() { in createUpdatesConfiguration sets the correct scopeKey if projectUrl is different()
/expo/packages/expo-dev-launcher/bundle/screens/
H A DHomeScreen.tsx53 const { projectUrl } = useUpdatesConfig();
92 loadUpdate(updateUrl, projectUrl).catch((error) => {
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle1194 …ateContext({runtimeVersion:'',sdkVersion:'',appId:'',usesEASUpdates:!1,projectUrl:''});e.useUpdate…
1275 …0,u.useNavigation)(),y=(0,l.useUpdatesConfig)(),h=y.runtimeVersion,O=y.projectUrl,P=i.useState('')…
1296 …sync,q=$.isFetching,G=(0,O.useToastStack)(),J=(0,T.useUpdatesConfig)().projectUrl,X=(0,z.useCrashR…