Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/ios/
H A DensureSimulatorAppRunning.ts18 if (await isSimulatorAppRunningAsync()) {
42 action: isSimulatorAppRunningAsync,
47 async function isSimulatorAppRunningAsync(): Promise<boolean> { function