Home
last modified time | relevance | path

Searched defs:initialWindowSafeAreaInsets (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/src/
H A DInitialWindow.ts8 export const initialWindowSafeAreaInsets: EdgeInsets | null = null; constant
H A DInitialWindow.native.ts13 export const initialWindowSafeAreaInsets = initialWindowMetrics?.insets; constant