| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/loaders/ |
| H A D | DevLauncherAppLoaderFactory.kt | 8 import expo.modules.devlauncher.helpers.loadUpdate 49 val update = updatesInterface!!.loadUpdate(configuration, context) { in createAppLoader() 51 return@loadUpdate !manifest!!.isUsingDeveloperTool() in createAppLoader()
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/ |
| H A D | DevLauncherInternal.ts | 28 export async function loadUpdate(updateUrl: string, projectUrl: string) { function 29 return await DevLauncher.loadUpdate(updateUrl, projectUrl);
|
| /expo/packages/expo-dev-launcher/bundle/hooks/ |
| H A D | useOnUpdatePress.tsx | 6 import { loadUpdate, saveNavigationStateAsync } from '../native-modules/DevLauncherInternal'; 49 return loadUpdate(updateUrl, projectUrl)
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/ |
| H A D | DevLauncherInternal.ts | 20 export const loadUpdate = jest.fn().mockResolvedValue(null); constant
|
| /expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/helpers/ |
| H A D | DevLauncherUpdatesHelperTest.kt | 34 val loadedUpdate = updatesInterface.loadUpdate(configuration, context) { true } in getManifest() 43 updatesInterface.loadUpdate(configuration, context) { false } in <lambda>()
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/helpers/ |
| H A D | DevLauncherUpdatesHelper.kt | 14 suspend fun UpdatesInterface.loadUpdate( in <lambda>() method
|
| /expo/packages/expo-dev-launcher/android/src/testDebug/java/expo/modules/devlauncher/launcher/loaders/ |
| H A D | DevLauncherAppLoaderFactoryTest.kt | 9 import expo.modules.devlauncher.helpers.loadUpdate 133 updatesInterface.loadUpdate( in mockUpdatesInterface()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | RemoteAppLoader.swift | 29 override func loadUpdate(
|
| H A D | EmbeddedAppLoader.swift | 164 override internal func loadUpdate(
|
| H A D | AppLoader.swift | 85 internal func loadUpdate(
|
| H A D | AppLoaderTask.swift | 336 remoteAppLoader!.loadUpdate(
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | EmbeddedAppLoader.swift | 164 override public func loadUpdate(
|
| H A D | RemoteAppLoader.swift | 30 override public func loadUpdate(
|
| H A D | AppLoader.swift | 85 open func loadUpdate(
|
| H A D | AppLoaderTask.swift | 373 remoteAppLoader!.loadUpdate(
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | DevLauncherController.swift | 84 loader.loadUpdate(
|
| H A D | UpdatesUtils.swift | 141 remoteAppLoader.loadUpdate(
|
| H A D | AppController.swift | 626 remoteAppLoader.loadUpdate( in appController()
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | DevLauncherController.swift | 84 loader.loadUpdate(
|
| H A D | UpdatesUtils.swift | 217 remoteAppLoader.loadUpdate(
|
| H A D | AppController.swift | 640 remoteAppLoader.loadUpdate( in appController()
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | HomeScreen.tsx | 31 import { loadApp, loadUpdate } from '../native-modules/DevLauncherInternal'; 92 loadUpdate(updateUrl, projectUrl).catch((error) => {
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI47_0_0EXUpdatesAppLoader.m | 77 …sistencyException reason:@"Should not call ABI47_0_0EXUpdatesAppLoader#loadUpdate -- use a subclas… 82 …sistencyException reason:@"Should not call ABI47_0_0EXUpdatesAppLoader#loadUpdate -- use a subclas…
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI48_0_0EXUpdatesAppLoader.m | 77 …sistencyException reason:@"Should not call ABI48_0_0EXUpdatesAppLoader#loadUpdate -- use a subclas… 82 …sistencyException reason:@"Should not call ABI48_0_0EXUpdatesAppLoader#loadUpdate -- use a subclas…
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/ |
| H A D | DevLauncherInternalModule.kt | 98 fun loadUpdate(url: String, projectUrlString: String?, promise: Promise) { in loadUpdate() method
|