Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DUpdateProjectTemplates.ts10 import { getNewestSDKVersionAsync, sdkVersionAsync } from '../ProjectVersions';
129 const expoVersion = await sdkVersionAsync();
/expo/tools/src/
H A DProjectVersions.ts17 export async function sdkVersionAsync(): Promise<string> { function