From a7f46de184123be9703c57b0a7618ae0557c8a87 Mon Sep 17 00:00:00 2001 From: You don't know Js Date: Fri, 24 Jul 2020 17:52:49 +0530 Subject: [PATCH] [fixed: changed default tabbar tabUnderlineStyle prop to tabBarUnderlineStyle] (#1055) tabBarUnderlineStyle was not working on default tab bar because it was excepting tabUnderlineStyle prop --- DefaultTabBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DefaultTabBar.js b/DefaultTabBar.js index 4cb92de9..da58b524 100644 --- a/DefaultTabBar.js +++ b/DefaultTabBar.js @@ -86,7 +86,7 @@ const DefaultTabBar = createReactClass({ { translateX }, ] }, - this.props.underlineStyle, + this.props.tabBarUnderlineStyle, ]} />