Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
export
function
getRealWindowWidth() {
30
return
get(
'REAL_WINDOW_WIDTH'
);
31
}
32
33
export
function
getStatusBarHeight() {
34
return
get(
'STATUS_BAR_HEIGHT'
);
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected