Home
last modified time | relevance | path

Searched defs:getDevicesAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/android/
H A DgetDevices.ts6 export async function getDevicesAsync(): Promise<Device[]> { function
/expo/packages/@expo/cli/src/run/ios/options/
H A DresolveDevice.ts19 async function getDevicesAsync({ osType }: { osType?: OSType } = {}): Promise<AnyDevice[]> { function
/expo/packages/@expo/cli/src/start/platforms/ios/
H A Dsimctl.ts263 export async function getDevicesAsync(): Promise<Device[]> { function