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

Function getRealWindowWidth

index.js:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29export function getRealWindowWidth() {
30 return get('REAL_WINDOW_WIDTH');
31}
32
33export function getStatusBarHeight() {
34 return get('STATUS_BAR_HEIGHT');

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected