Home
last modified time | relevance | path

Searched defs:withAndroidSplashDrawables (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashDrawables.d.ts3 export declare const withAndroidSplashDrawables: ConfigPlugin<Pick<SplashScreenConfig, 'resizeMode'… constant
H A DwithAndroidSplashDrawables.js15 const withAndroidSplashDrawables = (config, splash) => { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashDrawables.ts5 export const withAndroidSplashDrawables: ConfigPlugin<Pick<SplashScreenConfig, 'resizeMode'>> = ( constant