Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleDeviceManager.ts145 await this.waitForAppInstalledAsync(await this.getApplicationIdFromBundle(filePath));
160 private async waitForAppInstalledAsync(applicationId: string): Promise<boolean> { method in AppleDeviceManager