Home
last modified time | relevance | path

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

/expo/home/screens/ProjectScreen/
H A DProjectContainer.tsx6 import { AppPlatform, useWebContainerProjectPage_Query } from '../../graphql/types';
17 platform: Platform.OS === 'ios' ? AppPlatform.Ios : AppPlatform.Android,
/expo/home/screens/BranchDetailsScreen/
H A DBranchDetailsContainer.tsx6 import { AppPlatform, useBranchDetailsQuery } from '../../graphql/types';
19 platform: Platform.OS === 'ios' ? AppPlatform.Ios : AppPlatform.Android,
/expo/home/screens/BranchListScreen/
H A DBranchList.tsx7 import { AppPlatform, useBranchesForProjectQuery } from '../../graphql/types';
17 platform: AppPlatform;
71 platform: Platform.OS === 'ios' ? AppPlatform.Ios : AppPlatform.Android,
/expo/home/graphql/queries/
H A DBranchDetails.query.graphql4 $platform: AppPlatform!
H A DBranchesForProjectQuery.query.graphql3 $platform: AppPlatform!
H A DProjectQuery.query.graphql3 $platform: AppPlatform!
/expo/packages/@expo/cli/src/graphql/
H A Dgenerated.ts232 export enum AppPlatform { enum
282 platform: AppPlatform;
378 platform?: InputMaybe<AppPlatform>;
386 platforms?: InputMaybe<Array<AppPlatform>>;
643 platform: AppPlatform;
1007 platform?: InputMaybe<AppPlatform>;
1022 platforms?: InputMaybe<Array<AppPlatform>>;
1044 platform?: InputMaybe<AppPlatform>;
/expo/home/graphql/
H A Dtypes.ts552 platform: AppPlatform;
1200 platform: AppPlatform;
1206 platform: AppPlatform;
1426 export enum AppPlatform { enum
1588 platform: AppPlatform;
1602 platform: AppPlatform;
2078 platform: AppPlatform;
2188 platform: AppPlatform;
2398 platform: AppPlatform;
3088 platform: AppPlatform;
[all …]
/expo/packages/expo-dev-launcher/bundle/queries/
H A DuseUpdatesForBranch.tsx27 $platform: AppPlatform!
H A DuseBranchesForApp.tsx21 $platform: AppPlatform!
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle1109 $platform: AppPlatform!
1200 $platform: AppPlatform!
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle1110 $platform: AppPlatform!
1201 $platform: AppPlatform!