Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DRemoveSDKVersion.ts51 async function askForPlatformAsync(): Promise<Platform> { function
70 const platform = options.platform || (await askForPlatformAsync());
H A DClientInstall.ts8 import askForPlatformAsync from '../utils/askForPlatformAsync';
92 const platform = options.platform || (await askForPlatformAsync());
H A DClientBuild.ts17 import askForPlatformAsync from '../utils/askForPlatformAsync';
53 const platform = options.platform || (await askForPlatformAsync());
/expo/tools/src/utils/
H A DaskForPlatformAsync.ts5 export default async function askForPlatformAsync( function