From f2b99447eb8867292a0c59ff8f197e3b8c31958d Mon Sep 17 00:00:00 2001 From: ttttttttthui Date: Wed, 5 Nov 2025 16:01:19 +0800 Subject: [PATCH] Update index.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复tabBarUnderlineStyle 不生效的问题 --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 67d594cd..ac9fb62a 100644 --- a/src/index.js +++ b/src/index.js @@ -398,7 +398,7 @@ const ScrollableTabView = createReactClass({ tabBarProps.textStyle = this.props.tabBarTextStyle; } if (this.props.tabBarUnderlineStyle) { - tabBarProps.underlineStyle = this.props.tabBarUnderlineStyle; + tabBarProps.tabBarUnderlineStyle = this.props.tabBarUnderlineStyle; } if (overlayTabs) { tabBarProps.style = {