expo-splash-screen
Version:
Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.
5 lines (4 loc) • 341 B
TypeScript
import { AndroidConfig, ConfigPlugin } from 'expo/config-plugins';
import { AndroidSplashConfig } from './types';
export declare const withAndroidSplashStrings: ConfigPlugin<AndroidSplashConfig>;
export declare function setSplashStrings(strings: AndroidConfig.Resources.ResourceXML, resizeMode: string): AndroidConfig.Resources.ResourceXML;