|
@@ -24,6 +24,7 @@ global.$height = Dimensions.get('window').height;
|
|
|
global.$screen = Dimensions.get('screen').height;
|
|
global.$screen = Dimensions.get('screen').height;
|
|
|
global.statusHeight = isIOS ? 0 : StatusBar.currentHeight;
|
|
global.statusHeight = isIOS ? 0 : StatusBar.currentHeight;
|
|
|
global.toolbarSize = isIOS ? 50 : 56;
|
|
global.toolbarSize = isIOS ? 50 : 56;
|
|
|
|
|
+global.navbarHeight = 0;
|
|
|
if (isIOS) {
|
|
if (isIOS) {
|
|
|
const {StatusBarManager} = NativeModules;
|
|
const {StatusBarManager} = NativeModules;
|
|
|
StatusBarManager.getHeight(statusBarHeight => {
|
|
StatusBarManager.getHeight(statusBarHeight => {
|