MCPcopy
hub / github.com/zoontek/react-native-bootsplash / Spec

Interface Spec

src/specs/NativeRNBootSplash.ts:4–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { TurboModuleRegistry } from "react-native";
3
4export interface Spec extends TurboModule {
5 getConstants(): {
6 darkModeEnabled: boolean;
7 logoSizeRatio?: number;
8 navigationBarHeight?: number;
9 statusBarHeight?: number;
10 };
11 hide(fade: boolean): Promise<void>;
12 isVisible(): boolean;
13}
14
15export default TurboModuleRegistry.getEnforcing<Spec>("RNBootSplash");

Callers 3

useHideAnimationFunction · 0.80
hideFunction · 0.80
isVisibleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…