Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DRemoveSDKVersion.ts20 const SUPPORTED_PLATFORMS: Platform[] = ['ios', 'android']; constant
53 throw new Error(`Run with \`--platform <${SUPPORTED_PLATFORMS.join(' | ')}>\`.`);
61 default: SUPPORTED_PLATFORMS[0],
62 choices: SUPPORTED_PLATFORMS,
102 … platform for which the SDK code should be removed. Supported platforms: ${SUPPORTED_PLATFORMS.map(