Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DgetAndroidSplashConfig.d.ts11 export declare function getAndroidSplashConfig(config: Pick<ExpoConfig, 'splash' | 'android'>): Spl… function
H A DgetAndroidSplashConfig.js9 function getAndroidSplashConfig(config) { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DgetAndroidSplashConfig.ts15 export function getAndroidSplashConfig( function