UNPKG

expo-splash-screen

Version:

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

5 lines (4 loc) 156 B
import { Props } from './types'; declare const _default: (props?: Props) => [string, Props]; export default _default; export type { Props } from './types';