UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

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