UNPKG

expo-splash-screen

Version:

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

6 lines 354 B
import type { 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=SplashScreen.native.d.ts.map