UNPKG

expo-splash-screen

Version:

Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.

4 lines (3 loc) 152 B
import { ConfigPlugin } from 'expo/config-plugins'; import { Props } from './types'; export declare const withAndroidSplashScreen: ConfigPlugin<Props>;