Searched refs:SplashScreenConfig (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashDrawables.d.ts | 2 import { SplashScreenConfig } from './getAndroidSplashConfig'; 3 export declare const withAndroidSplashDrawables: ConfigPlugin<Pick<SplashScreenConfig, 'resizeMode'… 4 export declare function setSplashDrawableAsync({ resizeMode }: Pick<SplashScreenConfig, 'resizeMode…
|
| H A D | getAndroidSplashConfig.d.ts | 2 export type SplashScreenConfig = { alias 11 … getAndroidSplashConfig(config: Pick<ExpoConfig, 'splash' | 'android'>): SplashScreenConfig | null; 12 …AndroidDarkSplashConfig(config: Pick<ExpoConfig, 'splash' | 'android'>): SplashScreenConfig | null;
|
| H A D | withAndroidSplashImages.d.ts | 3 import { SplashScreenConfig } from './getAndroidSplashConfig'; 13 export declare function setSplashImageDrawablesForThemeAsync(config: SplashScreenConfig | null, the…
|
| H A D | withAndroidSplashDrawables.js.map | 1 …SplashScreenConfig } from './getAndroidSplashConfig';\n\nexport const withAndroidSplashDrawables: …
|
| H A D | getAndroidSplashConfig.js.map | 1 …SplashScreenConfig = {\n xxxhdpi: string | null;\n xxhdpi: string | null;\n xhdpi: string | nul…
|
| H A D | withAndroidSplashImages.js.map | 1 …SplashScreenConfig,\n} from './getAndroidSplashConfig';\n\ntype DRAWABLE_SIZE = 'default' | 'mdpi'…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashDrawables.ts | 3 import { SplashScreenConfig } from './getAndroidSplashConfig'; 5 export const withAndroidSplashDrawables: ConfigPlugin<Pick<SplashScreenConfig, 'resizeMode'>> = ( 21 { resizeMode }: Pick<SplashScreenConfig, 'resizeMode'>,
|
| H A D | getAndroidSplashConfig.ts | 3 export type SplashScreenConfig = { alias 17 ): SplashScreenConfig | null { 51 ): SplashScreenConfig | null {
|
| H A D | withAndroidSplashImages.ts | 10 SplashScreenConfig, 145 config: SplashScreenConfig | null,
|