UNPKG

expo-splash-screen

Version:

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

6 lines (5 loc) 365 B
import { ConfigPlugin } from 'expo/config-plugins'; import { IBSplashScreenDocument } from './InterfaceBuilder'; import { IOSSplashConfig } from './types'; export declare const withIosSplashScreenImage: ConfigPlugin<IOSSplashConfig>; export declare function applySplashScreenStoryboard(obj: IBSplashScreenDocument, splash: IOSSplashConfig): IBSplashScreenDocument;