Searched refs:RuntimePlatform (Results 1 – 4 of 4) sorted by relevance
11 export type RuntimePlatform = 'ios' | 'android'; alias53 export function assertRuntimePlatform(platform: string): asserts platform is RuntimePlatform {
9 RuntimePlatform,23 platform: RuntimePlatform;
13 RuntimePlatform,64 async _getProjectOptionsAsync(platform: RuntimePlatform): Promise<{
10 import { parsePlatformHeader, RuntimePlatform } from './resolvePlatform';138 platform: RuntimePlatform;