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 D | withAndroidSplashLegacyMainActivity-test.ts | 7 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 D | withAndroidSplashLegacyMainActivity.js | 6 exports.setSplashScreenLegacyMainActivity = setSplashScreenLegacyMainActivity; 50 …config.modResults.contents = setSplashScreenLegacyMainActivity(config, config.modResults.contents,… 55 function setSplashScreenLegacyMainActivity(config, mainActivity, language) { function
|
| H A D | withAndroidSplashLegacyMainActivity.d.ts | 4 export declare function setSplashScreenLegacyMainActivity(config: Pick<ExpoConfig, 'android' | 'and… function
|
| H A D | withAndroidSplashLegacyMainActivity.js.map | 1 …setSplashScreenLegacyMainActivity","language","exports","mainActivity","_config$androidStatus","sp…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashLegacyMainActivity.ts | 16 config.modResults.contents = setSplashScreenLegacyMainActivity( 25 export function setSplashScreenLegacyMainActivity( function
|