Home
last modified time | relevance | path

Searched refs:SplashScreenConfig (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashDrawables.d.ts2 import { SplashScreenConfig } from './getAndroidSplashConfig';
3 export declare const withAndroidSplashDrawables: ConfigPlugin<Pick<SplashScreenConfig, 'resizeMode'…
4 export declare function setSplashDrawableAsync({ resizeMode }: Pick<SplashScreenConfig, 'resizeMode…
H A DgetAndroidSplashConfig.d.ts2 export type SplashScreenConfig = { alias
11 … getAndroidSplashConfig(config: Pick<ExpoConfig, 'splash' | 'android'>): SplashScreenConfig | null;
12 …AndroidDarkSplashConfig(config: Pick<ExpoConfig, 'splash' | 'android'>): SplashScreenConfig | null;
H A DwithAndroidSplashImages.d.ts3 import { SplashScreenConfig } from './getAndroidSplashConfig';
13 export declare function setSplashImageDrawablesForThemeAsync(config: SplashScreenConfig | null, the…
H A DwithAndroidSplashDrawables.js.map1SplashScreenConfig } from './getAndroidSplashConfig';\n\nexport const withAndroidSplashDrawables: …
H A DgetAndroidSplashConfig.js.map1SplashScreenConfig = {\n xxxhdpi: string | null;\n xxhdpi: string | null;\n xhdpi: string | nul…
H A DwithAndroidSplashImages.js.map1SplashScreenConfig,\n} from './getAndroidSplashConfig';\n\ntype DRAWABLE_SIZE = 'default' | 'mdpi'…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashDrawables.ts3 import { SplashScreenConfig } from './getAndroidSplashConfig';
5 export const withAndroidSplashDrawables: ConfigPlugin<Pick<SplashScreenConfig, 'resizeMode'>> = (
21 { resizeMode }: Pick<SplashScreenConfig, 'resizeMode'>,
H A DgetAndroidSplashConfig.ts3 export type SplashScreenConfig = { alias
17 ): SplashScreenConfig | null {
51 ): SplashScreenConfig | null {
H A DwithAndroidSplashImages.ts10 SplashScreenConfig,
145 config: SplashScreenConfig | null,