Home
last modified time | relevance | path

Searched refs:setSplashScreenLegacyMainActivity (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/
H A DwithAndroidSplashLegacyMainActivity-test.ts7 import { setSplashScreenLegacyMainActivity } from '../withAndroidSplashLegacyMainActivity';
11 describe(setSplashScreenLegacyMainActivity, () => {
32 contents = await setSplashScreenLegacyMainActivity(exp, contents, mainActivity.language);
37 const nextContents = await setSplashScreenLegacyMainActivity(
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashLegacyMainActivity.js6 exports.setSplashScreenLegacyMainActivity = setSplashScreenLegacyMainActivity;
50 …config.modResults.contents = setSplashScreenLegacyMainActivity(config, config.modResults.contents,…
55 function setSplashScreenLegacyMainActivity(config, mainActivity, language) { function
H A DwithAndroidSplashLegacyMainActivity.d.ts4 export declare function setSplashScreenLegacyMainActivity(config: Pick<ExpoConfig, 'android' | 'and… function
H A DwithAndroidSplashLegacyMainActivity.js.map1setSplashScreenLegacyMainActivity","language","exports","mainActivity","_config$androidStatus","sp…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashLegacyMainActivity.ts16 config.modResults.contents = setSplashScreenLegacyMainActivity(
25 export function setSplashScreenLegacyMainActivity( function