Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
export
function
getRealWindowHeight() {
26
return
get(
'REAL_WINDOW_HEIGHT'
);
27
}
28
29
export
function
getRealWindowWidth() {
30
return
get(
'REAL_WINDOW_WIDTH'
);
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected