Skip to content

Release 2.0.0

Latest
Compare
Choose a tag to compare
@ovr ovr released this 22 Jan 04:39
· 33 commits to master since this release

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);