| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | StatusBar.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 5 export declare function setStatusBarColors(config: Pick<ExpoConfig, 'androidStatusBar'>, colors: Re… 6 export declare function setStatusBarStyles(config: Pick<ExpoConfig, 'androidStatusBar'>, styles: Re… 7 export declare function getStatusBarColor(config: Pick<ExpoConfig, 'androidStatusBar'>): string | u… 15 export declare function getStatusBarTranslucent(config: Pick<ExpoConfig, 'androidStatusBar'>): bool… 16 export declare function getStatusBarStyle(config: Pick<ExpoConfig, 'androidStatusBar'>): "light-con…
|
| H A D | GoogleServices.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 9 export declare function getGoogleServicesFilePath(config: Pick<ExpoConfig, 'android'>): string | nu… 10 export declare function setGoogleServicesFile(config: Pick<ExpoConfig, 'android'>, projectRoot: str… 16 export declare function setClassPath(config: Pick<ExpoConfig, 'android'>, buildGradle: string): str… 17 export declare function applyPlugin(config: Pick<ExpoConfig, 'android'>, appBuildGradle: string): s…
|
| H A D | Version.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 13 export declare function getVersionName(config: Pick<ExpoConfig, 'version'>): string | null; 14 export declare function setVersionName(config: Pick<ExpoConfig, 'version'>, buildGradle: string): s… 15 export declare function getVersionCode(config: Pick<ExpoConfig, 'android'>): number; 16 export declare function setVersionCode(config: Pick<ExpoConfig, 'android'>, buildGradle: string): s…
|
| H A D | Package.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 5 export declare function getPackage(config: Pick<ExpoConfig, 'android'>): string | null; 6 export declare function renamePackageOnDisk(config: Pick<ExpoConfig, 'android'>, projectRoot: strin… 17 export declare function setPackageInBuildGradle(config: Pick<ExpoConfig, 'android'>, buildGradle: s…
|
| H A D | GoogleMapsApiKey.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 4 export declare function getGoogleMapsApiKey(config: Pick<ExpoConfig, 'android'>): string | null; 5 export declare function setGoogleMapsApiKey(config: Pick<ExpoConfig, 'android'>, androidManifest: A…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-navigation-bar/ |
| H A D | withAndroidNavigationBar.d.ts | 2 import { ExpoConfig } from '@expo/config-types'; 4 export declare function setNavigationBarColors(config: Pick<ExpoConfig, 'androidNavigationBar'>, co… 5 export declare function setNavigationBarStyles(config: Pick<ExpoConfig, 'androidNavigationBar'>, st… 6 export declare function getNavigationBarImmersiveMode(config: Pick<ExpoConfig, 'androidNavigationBa… 7 export declare function getNavigationBarColor(config: Pick<ExpoConfig, 'androidNavigationBar'>): st… 8 export declare function getNavigationBarStyle(config: Pick<ExpoConfig, 'androidNavigationBar'>): "l…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/ |
| H A D | withIosRootViewBackgroundColor.d.ts | 2 import { ExpoConfig } from '@expo/config-types'; 5 export declare function shouldUseLegacyBehavior(config: Pick<ExpoConfig, 'sdkVersion'>): boolean; 6 export declare function warnSystemUIMissing(config: Pick<ExpoConfig, 'sdkVersion' | 'backgroundColo… 7 export declare function setRootViewBackgroundColor(config: Pick<ExpoConfig, 'backgroundColor' | 'io… 8 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColo…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.d.ts | 2 import { ExpoConfig } from '@expo/config-types'; 13 export declare function getNotificationIcon(config: ExpoConfig): string | null; 14 export declare function getNotificationColor(config: ExpoConfig): string | null; 19 export declare function setNotificationIconAsync(config: ExpoConfig, projectRoot: string): Promise<… 20 export declare function setNotificationConfig(config: ExpoConfig, manifest: AndroidManifest): Andro… 21 export declare function setNotificationIconColor(config: ExpoConfig, colors: AndroidConfig.Resource…
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | DeviceFamily.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 5 export declare function getSupportsTablet(config: Pick<ExpoConfig, 'ios'>): boolean; 6 export declare function getIsTabletOnly(config: Pick<ExpoConfig, 'ios'>): boolean; 7 export declare function getDeviceFamilies(config: Pick<ExpoConfig, 'ios'>): number[]; 17 export declare function setDeviceFamily(config: Pick<ExpoConfig, 'ios'>, { project }: {
|
| H A D | Version.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 5 export declare function getVersion(config: Pick<ExpoConfig, 'version'>): string; 6 export declare function setVersion(config: Pick<ExpoConfig, 'version'>, infoPlist: InfoPlist): Info… 7 export declare function getBuildNumber(config: Pick<ExpoConfig, 'ios'>): string; 8 export declare function setBuildNumber(config: Pick<ExpoConfig, 'ios'>, infoPlist: InfoPlist): Info…
|
| H A D | Google.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 7 export declare function getGoogleSignInReversedClientId(config: Pick<ExpoConfig, 'ios'>, modRequest… 8 export declare function getGoogleServicesFile(config: Pick<ExpoConfig, 'ios'>): string | null; 9 export declare function setGoogleSignInReversedClientId(config: Pick<ExpoConfig, 'ios'>, infoPlist:… 10 export declare function setGoogleConfig(config: Pick<ExpoConfig, 'ios'>, infoPlist: InfoPlist, modR… 11 export declare function setGoogleServicesFile(config: Pick<ExpoConfig, 'ios'>, { projectRoot, proje…
|
| H A D | Name.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 9 export declare function getName(config: Pick<ExpoConfig, 'name'>): string | null; 14 export declare function setDisplayName(configOrName: Pick<ExpoConfig, 'name'> | string, { CFBundleD… 19 export declare function setName(config: Pick<ExpoConfig, 'name'>, { CFBundleName, ...infoPlist }: I… 20 export declare function setProductName(config: Pick<ExpoConfig, 'name'>, project: XcodeProject): Xc…
|
| H A D | Bitcode.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 4 type Bitcode = NonNullable<ExpoConfig['ios']>['bitcode']; 20 export declare function getBitcode(config: Pick<ExpoConfig, 'ios'>): Bitcode; 24 export declare function setBitcodeWithConfig(config: Pick<ExpoConfig, 'ios'>, { project }: {
|
| H A D | Locales.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 6 type ExpoConfigLocales = NonNullable<ExpoConfig['locales']>; 8 export declare function getLocales(config: Pick<ExpoConfig, 'locales'>): Record<string, string | Lo… 9 export declare function setLocalesAsync(config: Pick<ExpoConfig, 'locales'>, { projectRoot, project…
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | history.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 8 export declare function getHistoryItem(config: Pick<ExpoConfig, '_internal'>, name: string): Plugin… 9 export declare function addHistoryItem(config: ExpoConfig, item: Omit<PluginHistoryItem, 'version'>… 11 }): ExpoConfig;
|
| H A D | versions.d.ts | 1 import type { ExpoConfig } from '@expo/config-types'; 2 export declare function gteSdkVersion(exp: Pick<ExpoConfig, 'sdkVersion'>, sdkVersion: string): boo… 3 export declare function lteSdkVersion(exp: Pick<ExpoConfig, 'sdkVersion'>, sdkVersion: string): boo…
|
| /expo/packages/@expo/config/build/ |
| H A D | Config.types.d.ts | 2 import { ExpoConfig } from '@expo/config-types'; 3 export { ExpoConfig }; 12 exp: ExpoConfig; 46 expo: ExpoConfig; 56 exp: ExpoConfig; 102 expoClient?: ExpoConfig & { 131 config: Partial<ExpoConfig>;
|
| /expo/packages/@expo/config/src/ |
| H A D | Config.types.ts | 2 import { ExpoConfig } from '@expo/config-types'; 4 export { ExpoConfig }; 12 exp: ExpoConfig; 46 export type AppJSONConfig = { expo: ExpoConfig; [key: string]: any }; 51 exp: ExpoConfig; 103 expoClient?: ExpoConfig & { 147 config: Partial<ExpoConfig>;
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Version.ts | 1 import { ExpoConfig } from '@expo/config-types'; 24 export function getVersion(config: Pick<ExpoConfig, 'version'>) { 28 export function setVersion(config: Pick<ExpoConfig, 'version'>, infoPlist: InfoPlist): InfoPlist { 35 export function getBuildNumber(config: Pick<ExpoConfig, 'ios'>) { 39 export function setBuildNumber(config: Pick<ExpoConfig, 'ios'>, infoPlist: InfoPlist): InfoPlist {
|
| H A D | DeviceFamily.ts | 1 import { ExpoConfig } from '@expo/config-types'; 17 export function getSupportsTablet(config: Pick<ExpoConfig, 'ios'>): boolean { 21 export function getIsTabletOnly(config: Pick<ExpoConfig, 'ios'>): boolean { 25 export function getDeviceFamilies(config: Pick<ExpoConfig, 'ios'>): number[] { 60 config: Pick<ExpoConfig, 'ios'>,
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-ads-admob/ |
| H A D | withAndroidAdMob.d.ts | 2 import { ExpoConfig } from '@expo/config-types'; 4 export declare function getGoogleMobileAdsAppId(config: Pick<ExpoConfig, 'android'>): string | null; 5 export declare function getGoogleMobileAdsAutoInit(config: Pick<ExpoConfig, 'android'>): boolean; 6 export declare function setAdMobConfig(config: Pick<ExpoConfig, 'android'>, androidManifest: Androi…
|
| /expo/packages/expo-updates/cli/utils/ |
| H A D | modifyConfigAsync.ts | 1 import { ExpoConfig, modifyConfigAsync } from '@expo/config'; 9 edits: Partial<ExpoConfig>, 10 exactEdits: Partial<ExpoConfig> 30 function warnAboutConfigAndThrow(type: string, message: string, edits: Partial<ExpoConfig>) { 43 function notifyAboutManualConfigEdits(edits: Partial<ExpoConfig>) {
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | modifyConfigAsync.ts | 1 import { ExpoConfig, modifyConfigAsync } from '@expo/config'; 10 edits: Partial<ExpoConfig>, 11 exactEdits: Partial<ExpoConfig> 31 export function warnAboutConfigAndThrow(type: string, message: string, edits: Partial<ExpoConfig>) { 44 function notifyAboutManualConfigEdits(edits: Partial<ExpoConfig>) {
|
| /expo/packages/expo-localization/plugin/build/ |
| H A D | withExpoLocalization.d.ts | 1 import { ExpoConfig } from '@expo/config-types'; 6 declare function withExpoLocalization(config: ExpoConfig, data?: ConfigPluginProps): ExpoConfig;
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | history.ts | 1 import { ExpoConfig } from '@expo/config-types'; 12 config: Pick<ExpoConfig, '_internal'>, 19 config: ExpoConfig, 21 ): ExpoConfig {
|