Will Taylor

Results 1 comments of Will Taylor

Sorry I missed your first comment! I'll put together a better example shortly. For `LayoutRectangle`, that's provided [by React Native](https://github.com/facebook/react-native/blob/4148a31912e620c282495b54600abb9bb4276421/packages/react-native/Libraries/Types/CoreEventTypes.d.ts#L13-L18): ```typescript export interface LayoutRectangle { x: number; y: number; width:...