Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit f48b338

Browse files
committed
fix: fix incorrect type for headerBackground
1 parent 102333b commit f48b338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export type NavigationStackOptions = {
111111
title?: string | null;
112112
}>;
113113
headerPressColorAndroid?: string;
114-
headerBackground?: string;
114+
headerBackground?: React.ReactNode;
115115
headerTransparent?: boolean;
116116
headerStyle?: StyleProp<ViewStyle>;
117117
headerForceInset?: React.ComponentProps<typeof SafeAreaView>['forceInset'];

0 commit comments

Comments
 (0)