Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DUpdateReactNative.ts6 import { getNextSDKVersionAsync } from '../ProjectVersions';
27 const androidSdkVersion = options.sdkVersion || (await getNextSDKVersionAsync('android'));
H A DAddSDKVersion.ts7 import { Platform, getNextSDKVersionAsync, resolveSDKVersionAsync } from '../ProjectVersions';
22 const defaultSdkVersion = await getNextSDKVersionAsync(platform);
/expo/tools/src/
H A DProjectVersions.ts78 export async function getNextSDKVersionAsync(platform: Platform): Promise<string | undefined> { function
101 return await getNextSDKVersionAsync(platform);