Skip to content

Commit

Permalink
Added titleStyle to the typescript definitions (#2946)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencehenneron authored and aksonov committed Aug 8, 2018
1 parent b275246 commit 2c2104b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ interface StackProps extends React.Props<Stack> {
icon?: any;
tintColor?: string;
hideNavBar?: boolean;
titleStyle?: StyleProp<TextStyle>;
}
interface StackStatic extends React.ComponentClass<StackProps> {
}
Expand Down

0 comments on commit 2c2104b

Please sign in to comment.