diff --git a/src/components/LazyFlatList.tsx b/src/components/LazyFlatList.tsx index 8ab9364..0d70631 100644 --- a/src/components/LazyFlatList.tsx +++ b/src/components/LazyFlatList.tsx @@ -36,8 +36,8 @@ export interface LazyFlatListProps { type Props = LazyFlatListProps & Omit< - React.ComponentProps>, - 'onLayout' | 'onScroll' | 'ref' + React.ComponentProps>, + 'onLayout' | 'onScroll' | 'ref' | 'CellRendererComponent' >; /**