Home
last modified time | relevance | path

Searched refs:InsetChangedEvent (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/src/
H A DSafeArea.types.ts30 export type InsetChangedEvent = NativeSyntheticEvent<Metrics>; alias
32 export type InsetChangeNativeCallback = (event: InsetChangedEvent) => void;
H A DSafeAreaContext.tsx4 import { EdgeInsets, InsetChangedEvent, Metrics, Rect } from './SafeArea.types';
46 (event: InsetChangedEvent) => {