Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.d.ts3 export declare const withAndroidSplashStyles: ConfigPlugin; constant
H A DwithAndroidSplashStyles.js38 const withAndroidSplashStyles = config => { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.ts20 export const withAndroidSplashStyles: ConfigPlugin = (config) => { constant