Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashScreen.d.ts3 export declare const withIosSplashScreen: ConfigPlugin<IOSSplashConfig | undefined | null | void>; constant
H A DwithIosSplashScreen.js65 const withIosSplashScreen = (config, splash) => { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashScreen.ts13 export const withIosSplashScreen: ConfigPlugin<IOSSplashConfig | undefined | null | void> = ( constant