Skip to content

Commit

Permalink
Add title to StackProps (#3228)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanb authored and daviscabral committed Aug 29, 2018
1 parent 73b2b5b commit bb2e5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ interface StackProps extends React.Props<Stack> {
icon?: any;
tintColor?: string;
hideNavBar?: boolean;
titleStyle?: StyleProp<TextStyle>;
title?: string;
titleStyle?: StyleProp<TextStyle>;
}
interface StackStatic extends React.ComponentClass<StackProps> {
}
Expand Down

0 comments on commit bb2e5bb

Please sign in to comment.