diff --git a/src/components/DraggableFlatList.tsx b/src/components/DraggableFlatList.tsx index d7d98c27..a8a1b29b 100644 --- a/src/components/DraggableFlatList.tsx +++ b/src/components/DraggableFlatList.tsx @@ -402,14 +402,14 @@ function DraggableFlatListInner(props: DraggableFlatListProps) { } function DraggableFlatList( - props: DraggableFlatListProps, + {ListFooterComponent, ListHeaderComponent, ...props}: DraggableFlatListProps, ref?: React.ForwardedRef> | null ) { return ( - +