UNPKG

expo-splash-screen

Version:

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

3 lines (2 loc) 136 B
import { IOSSplashConfig, Props } from './types'; export declare function getIosSplashConfig({ ios, ...rest }: Props): IOSSplashConfig;