diff --git a/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx b/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx index d7d98c2..183d431 100644 --- a/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx +++ b/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx @@ -402,14 +402,22 @@ function DraggableFlatListInner(props: DraggableFlatListProps) { } function DraggableFlatList( - props: DraggableFlatListProps, + { + ListFooterComponent, + ListHeaderComponent, + ...props + }: DraggableFlatListProps, ref?: React.ForwardedRef> | null ) { return ( - +