MCPcopy Create free account
hub / github.com/Sunhat/react-native-extra-dimensions-android / ExtraDimensions

Interface ExtraDimensions

index.d.ts:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 | "SMART_BAR_HEIGHT";
7
8declare interface ExtraDimensions {
9 get: (dim: Dimensions) => number;
10 getRealWindowHeight: () => number;
11 getRealWindowWidth: () => number;
12 getStatusBarHeight: () => number;
13 getSoftMenuBarHeight: () => number;
14 getSmartBarHeight: () => number;
15 isSoftMenuBarEnabled: () => number;
16}
17
18declare module "react-native-extra-dimensions-android" {
19 const instance: ExtraDimensions;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected