diff --git a/index.d.ts b/index.d.ts index 1627af95d..2f1119dfa 100644 --- a/index.d.ts +++ b/index.d.ts @@ -127,7 +127,8 @@ interface StackProps extends React.Props { icon?: any; tintColor?: string; hideNavBar?: boolean; - titleStyle?: StyleProp; + title?: string; + titleStyle?: StyleProp; } interface StackStatic extends React.ComponentClass { }