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

Function getRealWindowHeight

index.js:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25export function getRealWindowHeight() {
26 return get('REAL_WINDOW_HEIGHT');
27}
28
29export function getRealWindowWidth() {
30 return get('REAL_WINDOW_WIDTH');

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected