Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/ios/
H A DpromptAppleDevice.ts34 const results = await promptAppleDeviceInternalAsync(devices);
38 async function promptAppleDeviceInternalAsync(devices: Device[]): Promise<string> { function