import { LayoutRectangle } from 'react-native'; export interface Layout extends LayoutRectangle { pageX: number; pageY: number; }