UNPKG

expo-splash-screen

Version:

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

6 lines (3 loc) 159 B
import { Props } from './types'; export default (props: Props = {}): [string, Props] => ['expo-splash-screen', props]; export type { Props } from './types';