Skip to content

Commit 30b2107

Browse files
Supriya KalghatgiSupriya Kalghatgi
Supriya Kalghatgi
authored and
Supriya Kalghatgi
committed
Merge branch 'master' of github.com:GeekyAnts/NativeBase
2 parents 8664ffb + d7e69b4 commit 30b2107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ declare module "native-base" {
845845
dataArray: Array<any>;
846846
headerStyle?: ReactNative.ViewStyle;
847847
contentStyle?: ReactNative.ViewStyle;
848-
renderHeader?: (item: any) => React.ReactElement<any>;
848+
renderHeader?: (item: any, expanded: boolean) => React.ReactElement<any>;
849849
renderContent?: (item: any) => React.ReactElement<any>;
850850
icon?: string;
851851
expandedIcon?: string;

0 commit comments

Comments
 (0)