Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sunhat/react-native-extra-dimensions-android
/ getStatusBarHeight
Function
getStatusBarHeight
index.js:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
export
function
getStatusBarHeight() {
34
return
get(
'STATUS_BAR_HEIGHT'
);
35
}
36
37
export
function
getSoftMenuBarHeight() {
38
return
get(
'SOFT_MENU_BAR_HEIGHT'
);
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected