UNPKG

react-native-safe-area-context

Version:

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

9 lines (6 loc) 212 B
import type { EdgeInsets, Metrics } from './SafeArea.types'; export const initialWindowMetrics: Metrics | null = null; /** * @deprecated */ export const initialWindowSafeAreaInsets: EdgeInsets | null = null;