From 55aae9b497bdd66e6f8156bbc43a46295d772fd6 Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Wed, 12 Aug 2026 12:05:32 +0200 Subject: [PATCH] fix: align uniwind types with latest react native 0.87 --- packages/uniwind/types.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/uniwind/types.d.ts b/packages/uniwind/types.d.ts index 6c29b6b5..a7f541e3 100644 --- a/packages/uniwind/types.d.ts +++ b/packages/uniwind/types.d.ts @@ -14,6 +14,8 @@ declare module 'react-native' { interface FlatListProps extends VirtualizedListProps { columnWrapperClassName?: string contentContainerClassName?: string + ListFooterComponentClassName?: string + ListHeaderComponentClassName?: string } interface ImageBackgroundProps extends ImagePropsBase { @@ -41,6 +43,8 @@ declare module 'react-native' { interface SectionListProps extends VirtualizedListProps { contentContainerClassName?: string + ListFooterComponentClassName?: string + ListHeaderComponentClassName?: string } interface SwitchProps {