Skip to content

Commit 3915a3c

Browse files
author
Mohit
committed
added statusbar height in constant
1 parent dfdb807 commit 3915a3c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

lib/constant.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const constants = {
4343
isNavBarVisible,
4444
visibleHeight,
4545
isIPhoneX,
46-
os,
46+
os,
47+
statusBarHeight
4748
}
4849
} as const;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-sugar-style",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "React Native Stylesheet alternative with theme support",
55
"author": "mohit23x",
66
"license": "MIT",

0 commit comments

Comments
 (0)