We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79e5a21 + 5ba67db commit 2f4dd2cCopy full SHA for 2f4dd2c
1 file changed
src/core-tabs/tab-navigation/index.android.ts
@@ -552,6 +552,9 @@ export abstract class TabNavigation<T extends android.view.ViewGroup = any> exte
552
} else {
553
this.mTabsBar.setBackground(tryCloneDrawable(value, this.nativeViewProtected.getResources()));
554
}
555
+ this.tabStrip.items?.forEach((item) => {
556
+ this.updateItem(item);
557
+ });
558
559
560
public getTabBarHighlightColor(): number {
0 commit comments