Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DRemoveSDKVersion.ts81 return IosVersioning.removeVersionAsync(sdkVersion);
83 return AndroidVersioning.removeVersionAsync(sdkVersion);
/expo/tools/src/versioning/android/
H A Dindex.ts209 export async function removeVersionAsync(version: string) { function
/expo/tools/src/versioning/ios/
H A Dindex.ts1188 export async function removeVersionAsync(versionNumber: string) { function