UNPKG

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) 299 B
import { ConfigPlugin } from 'expo/config-plugins'; import { AndroidSplashConfig } from './types'; export declare const withAndroidSplashDrawables: ConfigPlugin<AndroidSplashConfig>; export declare function setSplashDrawableAsync({ image }: AndroidSplashConfig, projectRoot: string): Promise<void>;