UNPKG

expo-splash-screen

Version:

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

6 lines 342 B
import { SplashScreenOptions } from './SplashScreen.types'; export declare function setOptions(options: SplashScreenOptions): void; export declare function hide(): void; export declare function hideAsync(): Promise<void>; export declare function preventAutoHideAsync(): Promise<boolean | undefined>; //# sourceMappingURL=index.native.d.ts.map