You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
1.2 KiB
18 lines
1.2 KiB
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.initialWindowSafeAreaInsets = exports.initialWindowMetrics = void 0;
|
|
var _NativeSafeAreaContext = _interopRequireDefault(require("./specs/NativeSafeAreaContext"));
|
|
var _NativeSafeAreaContex, _NativeSafeAreaContex2;
|
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
const initialWindowMetrics = (_NativeSafeAreaContext.default === null || _NativeSafeAreaContext.default === void 0 ? void 0 : (_NativeSafeAreaContex = _NativeSafeAreaContext.default.getConstants) === null || _NativeSafeAreaContex === void 0 ? void 0 : (_NativeSafeAreaContex2 = _NativeSafeAreaContex.call(_NativeSafeAreaContext.default)) === null || _NativeSafeAreaContex2 === void 0 ? void 0 : _NativeSafeAreaContex2.initialWindowMetrics) ?? null;
|
|
|
|
/**
|
|
* @deprecated
|
|
*/
|
|
exports.initialWindowMetrics = initialWindowMetrics;
|
|
const initialWindowSafeAreaInsets = initialWindowMetrics === null || initialWindowMetrics === void 0 ? void 0 : initialWindowMetrics.insets;
|
|
exports.initialWindowSafeAreaInsets = initialWindowSafeAreaInsets;
|
|
//# sourceMappingURL=InitialWindow.native.js.map
|