Home
last modified time | relevance | path

Searched refs:withAndroidSplashScreen (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A Dexpo-splash-screen.ts1 import { withAndroidSplashScreen } from './withAndroidSplashScreen';
7 fallback: [withAndroidSplashScreen, withIosSplashScreen],
H A DwithAndroidSplashScreen.ts14 export const withAndroidSplashScreen: ConfigPlugin = (config) => { constant
/expo/packages/expo-splash-screen/plugin/src/
H A DwithSplashScreen.ts1 import { withAndroidSplashScreen } from '@expo/prebuild-config/build/plugins/unversioned/expo-splas…
10 config = withAndroidSplashScreen(config);
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A Dexpo-splash-screen.js.map1withAndroidSplashScreen","withIosSplashScreen","exports","default"],"sources":["../../../../src/pl…
H A DwithAndroidSplashScreen.js6 exports.withAndroidSplashScreen = void 0;
78 const withAndroidSplashScreen = config => { function
96 exports.withAndroidSplashScreen = withAndroidSplashScreen;
H A DwithAndroidSplashScreen.d.ts2 export declare const withAndroidSplashScreen: ConfigPlugin; constant
H A Dexpo-splash-screen.js30 …fallback: [_withAndroidSplashScreen().withAndroidSplashScreen, _withIosSplashScreen().withIosSplas…
H A DwithAndroidSplashScreen.js.map1withAndroidSplashScreen.js","names":["_configPlugins","data","require","_jsonFile","_interopRequir…
/expo/packages/expo-splash-screen/plugin/build/
H A DwithSplashScreen.js10 config = (0, withAndroidSplashScreen_1.withAndroidSplashScreen)(config);