UNPKG

expo-splash-screen

Version:

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

7 lines (6 loc) 144 B
declare const _default: { readonly name: string; preventAutoHideAsync(): boolean; hideAsync(): boolean; }; export default _default;