UNPKG

react-native-safe-area-context

Version:

A flexible way to handle safe area, also works on Android and web.

13 lines (11 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initialWindowSafeAreaInsets = exports.initialWindowMetrics = void 0; const initialWindowMetrics = exports.initialWindowMetrics = null; /** * @deprecated */ const initialWindowSafeAreaInsets = exports.initialWindowSafeAreaInsets = null; //# sourceMappingURL=InitialWindow.js.map