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) 269 B
import { ConfigPlugin } from 'expo/config-plugins'; import { IOSSplashConfig } from './types'; export declare const SPLASHSCREEN_COLORSET_PATH = "Images.xcassets/SplashScreenBackground.colorset"; export declare const withIosSplashColors: ConfigPlugin<IOSSplashConfig>;