Searched refs:ExpoConfigUpdates (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | Updates.d.ts | 2 export type ExpoConfigUpdates = Pick<ExpoConfig, 'sdkVersion' | 'owner' | 'runtimeVersion' | 'updat… alias 4 export declare function getUpdateUrl(config: Pick<ExpoConfigUpdates, 'updates'>): string | null; 15 export declare function getSDKVersion(config: Pick<ExpoConfigUpdates, 'sdkVersion'>): string | null; 16 export declare function getUpdatesEnabled(config: Pick<ExpoConfigUpdates, 'updates'>): boolean; 17 export declare function getUpdatesTimeout(config: Pick<ExpoConfigUpdates, 'updates'>): number; 18 export declare function getUpdatesCheckOnLaunch(config: Pick<ExpoConfigUpdates, 'updates'>, expoUpd… 19 … getUpdatesCodeSigningCertificate(projectRoot: string, config: Pick<ExpoConfigUpdates, 'updates'>)… 20 …on getUpdatesCodeSigningMetadata(config: Pick<ExpoConfigUpdates, 'updates'>): NonNullable<ExpoConf… 21 export declare function getUpdatesCodeSigningMetadataStringified(config: Pick<ExpoConfigUpdates, 'u… 22 …unction getUpdatesRequestHeaders(config: Pick<ExpoConfigUpdates, 'updates'>): NonNullable<ExpoConf… [all …]
|
| H A D | Updates.js.map | 1 …ExpoConfigUpdates = Pick<\n ExpoConfig,\n 'sdkVersion' | 'owner' | 'runtimeVersion' | 'updates' …
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | Updates.ts | 12 export type ExpoConfigUpdates = Pick< alias 26 export function getUpdateUrl(config: Pick<ExpoConfigUpdates, 'updates'>): string | null { 123 export function getUpdatesTimeout(config: Pick<ExpoConfigUpdates, 'updates'>): number { 128 config: Pick<ExpoConfigUpdates, 'updates'>, 149 config: Pick<ExpoConfigUpdates, 'updates'> 165 config: Pick<ExpoConfigUpdates, 'updates'> 166 ): NonNullable<ExpoConfigUpdates['updates']>['codeSigningMetadata'] { 171 config: Pick<ExpoConfigUpdates, 'updates'> 182 config: Pick<ExpoConfigUpdates, 'updates'> 183 ): NonNullable<ExpoConfigUpdates['updates']>['requestHeaders'] { [all …]
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Updates.d.ts | 5 import { ExpoConfigUpdates } from '../utils/Updates'; 20 export declare function setUpdatesConfigAsync(projectRoot: string, config: ExpoConfigUpdates, andro… 21 export declare function setVersionsConfigAsync(projectRoot: string, config: Pick<ExpoConfigUpdates,… 26 …n isMainApplicationMetaDataSyncedAsync(projectRoot: string, config: ExpoConfigUpdates, androidMani… 27 export declare function areVersionsSyncedAsync(projectRoot: string, config: Pick<ExpoConfigUpdates,…
|
| H A D | Updates.js.map | 1 …ExpoConfigUpdates,\n getExpoUpdatesPackageVersion,\n getRuntimeVersionNullableAsync,\n getSDKVe…
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Updates.d.ts | 4 import { ExpoConfigUpdates } from '../utils/Updates'; 18 export declare function setUpdatesConfigAsync(projectRoot: string, config: ExpoConfigUpdates, expoP… 19 export declare function setVersionsConfigAsync(projectRoot: string, config: ExpoConfigUpdates, expo… 30 …nction isPlistConfigurationSyncedAsync(projectRoot: string, config: ExpoConfigUpdates, expoPlist: … 31 …stVersionConfigurationSyncedAsync(projectRoot: string, config: Pick<ExpoConfigUpdates, 'sdkVersion…
|
| H A D | Updates.js.map | 1 …ExpoConfigUpdates,\n getExpoUpdatesPackageVersion,\n getRuntimeVersionNullableAsync,\n getSDKVe…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Updates.ts | 9 ExpoConfigUpdates, 56 config: ExpoConfigUpdates, 100 config: ExpoConfigUpdates,
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Updates.ts | 19 ExpoConfigUpdates, 90 config: ExpoConfigUpdates, 160 config: Pick<ExpoConfigUpdates, 'sdkVersion' | 'runtimeVersion'>,
|