diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 2137b35edd..3f2ba75585 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -3921,7 +3921,7 @@ export interface VirtualizedListProperties extends ScrollViewProperties { onEndReachedThreshold?: number | null - onLayout?: () => void + onLayout?: (event: LayoutChangeEvent) => void; /** * If provided, a standard RefreshControl will be added for "Pull to Refresh" functionality. Make