UNPKG

react-native-bootsplash

Version:

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

9 lines 268 B
declare const _default: { getConstants: () => { darkModeEnabled: boolean; }; hide: (fade: boolean) => Promise<void | undefined>; isVisible: () => Promise<boolean>; }; export default _default; //# sourceMappingURL=NativeRNBootSplash.web.d.ts.map