Skip to content

Commit bc348bb

Browse files
authored
Merge pull request #1 from VeryBuy/type/header-layout-preset
Add type headerLayoutPreset for Stack
2 parents 1bd86b8 + 2b248b0 commit bc348bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ interface StackProps extends React.Props<Stack> {
142142
hideTabBar?: boolean;
143143
title?: string;
144144
titleStyle?: StyleProp<TextStyle>;
145+
headerLayoutPreset?: string;
145146
}
146147
interface StackStatic extends React.ComponentClass<StackProps> {}
147148

0 commit comments

Comments
 (0)