Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/ios/
H A Dsimctl.ts172 const simulatorDeviceInfo = await getRuntimesAsync('devices'); constant
173 return Object.values(simulatorDeviceInfo.devices).flatMap((runtime) =>
264 const simulatorDeviceInfo = await getRuntimesAsync('devices'); constant
265 return Object.values(simulatorDeviceInfo.devices).flat();