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) 162 B
import { ConfigPlugin } from 'expo/config-plugins'; import { Props } from './types'; declare const _default: ConfigPlugin<Props | null>; export default _default;