Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashScreen.d.ts2 export declare const withAndroidSplashScreen: ConfigPlugin; constant
H A DwithAndroidSplashScreen.js78 const withAndroidSplashScreen = config => { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashScreen.ts14 export const withAndroidSplashScreen: ConfigPlugin = (config) => { constant