| /expo/packages/expo-dev-launcher/bundle/native-modules/ |
| H A D | DevLauncherInternal.ts | 28 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 D | DevLauncherInternalModule.kt | 65 …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 D | types.ts | 16 projectUrl: string | null; property 49 projectUrl: string | null; property
|
| H A D | index.ts | 17 )} ${getChangelogLink(dependency.fullName, dependency.projectUrl)}`
|
| H A D | androidProjectReports.ts | 123 projectUrl, 130 projectUrl,
|
| H A D | prompts.ts | 66 dependency.projectUrl
|
| /expo/packages/expo-dev-launcher/bundle/hooks/ |
| H A D | useOnUpdatePress.tsx | 15 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 D | DevLauncherAppLoaderFactory.kt | 19 …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 D | DevLauncherUpdatesHelper.kt | 48 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 D | DevLauncherInternal.swift | 91 let projectUrl = sanitizeUrlString(projectUrlString) in definition() variable 93 …controller.loadApp(updatesUrl, withProjectUrl: projectUrl, onSuccess: { promise.resolve(nil) }, on… in definition()
|
| H A D | EXDevLauncherController.m | 418 - (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 D | EXDevLauncherController.h | 59 - (void)loadApp:(NSURL *)expoUrl withProjectUrl:(NSURL * _Nullable)projectUrl onSuccess:(void (^ _…
|
| H A D | main.jsbundle | 1193 …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 D | UpdatesConfigProvider.tsx | 13 projectUrl: '',
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/ |
| H A D | DevLauncherControllerInterface.kt | 16 suspend fun loadApp(url: Uri, projectUrl: Uri?, mainActivity: ReactActivity? = null)
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/ |
| H A D | DevLauncherController.kt | 96 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 D | DevLauncherController.kt | 68 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 D | DevLauncherUpdatesHelperTest.kt | 84 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 D | HomeScreen.tsx | 53 const { projectUrl } = useUpdatesConfig(); 92 loadUpdate(updateUrl, projectUrl).catch((error) => {
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1194 …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…
|