From 2c2104bcedf11368ce27770f8f97db9d03875e29 Mon Sep 17 00:00:00 2001 From: Maxence Henneron Date: Wed, 8 Aug 2018 15:04:36 +0200 Subject: [PATCH] Added titleStyle to the typescript definitions (#2946) --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index db35e08b3..1627af95d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -127,6 +127,7 @@ interface StackProps extends React.Props { icon?: any; tintColor?: string; hideNavBar?: boolean; + titleStyle?: StyleProp; } interface StackStatic extends React.ComponentClass { }