UNPKG

expo-splash-screen

Version:

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

11 lines (10 loc) 254 B
export declare function preventAutoHideAsync(): Promise<boolean>; export declare function hideAsync(): Promise<boolean>; /** * @deprecated */ export declare function hide(): void; /** * @deprecated */ export declare function preventAutoHide(): void;