UNPKG

react-native-bootsplash

Version:

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

14 lines 440 B
import type { TurboModule } from "react-native"; export interface Spec extends TurboModule { getConstants(): { darkModeEnabled: boolean; logoSizeRatio?: number; navigationBarHeight?: number; statusBarHeight?: number; }; hide(fade: boolean): Promise<void>; isVisible(): Promise<boolean>; } declare const _default: Spec; export default _default; //# sourceMappingURL=NativeRNBootSplash.d.ts.map