Searched refs:PlatformName (Results 1 – 7 of 7) sorted by relevance
2 import { PlatformName } from '~/types/common';4 export const getPlatformName = (text: string): PlatformName => {21 export const formatName = (name: PlatformName) => {
3 import { PlatformName } from '~/types/common';8 platforms?: PlatformName[];
7 import { PlatformName } from '~/types/common';11 platform: PlatformName;
7 type PlatformName = 'android' | 'ios' | 'both'; alias15 platform?: PlatformName;21 const result = await inquirer.prompt<{ platform: PlatformName }>([
8 import { PlatformName } from '~/types/common';14 platforms?: PlatformName[];
4 import { PlatformName } from '~/types/common';7 platform?: PlatformName;
50 export type PlatformName = 'ios' | 'android' | 'web' | 'expo' | string; alias