Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/
H A DPlatformManager.ts106 resolveSettings: Partial<IResolveDeviceProps> = {}
108 const deviceManager = await this.props.resolveDeviceAsync(resolveSettings);
129 resolveSettings: Partial<IResolveDeviceProps> = {},
143 const deviceManager = await this.props.resolveDeviceAsync(resolveSettings);
183 resolveSettings: Partial<IResolveDeviceProps> = {} property in PlatformManager
187 resolveSettings.device
190 return this.openProjectInExpoGoAsync(resolveSettings);
192 return this.openWebProjectAsync(resolveSettings);
194 return this.openProjectInCustomRuntimeAsync(resolveSettings, options.props);
201 private async openWebProjectAsync(resolveSettings: Partial<IResolveDeviceProps> = {}): Promise<{
[all …]
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DApplePlatformManager.ts34 resolveSettings?: Partial<{ shouldPrompt?: boolean; device?: Device }>
37 return super.openAsync(options, resolveSettings);
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidPlatformManager.ts38 resolveSettings?: Partial<BaseResolveDeviceProps<Device>>
41 return super.openAsync(options, resolveSettings);