/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/react-native-display-size@0.1.6/lib/commonjs/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.getRealWindowHeight=getRealWindowHeight,exports.getRealWindowWidth=getRealWindowWidth,exports.getSmartBarHeight=getSmartBarHeight,exports.getSoftMenuBarEnabled=getSoftMenuBarEnabled,exports.getSoftMenuBarHeight=getSoftMenuBarHeight,exports.getStatusBarHeight=getStatusBarHeight;var DisplaySize=_interopRequireWildcard(require("./DisplaySize.js")),_reactNative=require("react-native");function _getRequireWildcardCache(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(_getRequireWildcardCache=function(e){return e?r:t})(e)}function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=_getRequireWildcardCache(t);if(r&&r.has(e))return r.get(e);var i={__proto__:null},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&{}.hasOwnProperty.call(e,a)){var o=n?Object.getOwnPropertyDescriptor(e,a):null;o&&(o.get||o.set)?Object.defineProperty(i,a,o):i[a]=e[a]}return i.default=e,r&&r.set(e,i),i}const isAndroid="android"===_reactNative.Platform.OS;function getRealWindowHeight(){return isAndroid?DisplaySize.getRealWindowHeight():0}function getRealWindowWidth(){return isAndroid?DisplaySize.getRealWindowWidth():0}function getSoftMenuBarHeight(){return isAndroid?DisplaySize.getSoftMenuBarHeight():0}function getStatusBarHeight(){return isAndroid?DisplaySize.getStatusBarHeight():0}function getSmartBarHeight(){return isAndroid?DisplaySize.getSmartBarHeight():0}function getSoftMenuBarEnabled(){return!!isAndroid&&DisplaySize.getSoftMenuBarEnabled()}
//# sourceMappingURL=/sm/a20760ab7e9aca9a87a55202cb598685692b8e4ddfa205106843b07a852547ab.map