UNPKG

react-native-bootsplash

Version:

Display a bootsplash on your app starts. Hide it when you want.

8 lines 408 B
import * as Expo from "@expo/config-plugins"; import { type BootSplashPluginConfig, PACKAGE_NAME } from "./utils"; export declare const withBootSplash: Expo.ConfigPlugin<(Partial<BootSplashPluginConfig> & { logo: string; }) | undefined>; declare const _default: (config: BootSplashPluginConfig) => [typeof PACKAGE_NAME, BootSplashPluginConfig]; export default _default; //# sourceMappingURL=expo.d.ts.map