Releases: ovr/react-native-status-bar-height
Releases · ovr/react-native-status-bar-height
Release 2.0.0
BC CHANGE:
We start to return StatusBar.currentHeight
from getStatusBarHeight
by default, but you can omit this case by passing true
(by default it's false
) for first argument in getStatusBarHeight
call
// 0 on Android
getStatusBarHeight(true);