Home
last modified time | relevance | path

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

/expo/packages/expo-test-runner/src/
H A DregisterCommand.ts15 function mapPlatform(platform: string): Platform { function
42 providedOptions.platform = mapPlatform(providedOptions.platform);
/expo/packages/expo-test-runner/build/
H A DregisterCommand.js33 function mapPlatform(platform) { function
53 providedOptions.platform = mapPlatform(providedOptions.platform);
H A DregisterCommand.js.map1mapPlatform(platform: string): Platform {\n if (platform === 'android') {\n return Platform.An…