From f3d34326cda8eff76c930a3e4df1c53c209af52c Mon Sep 17 00:00:00 2001 From: Parbez Date: Tue, 26 Nov 2024 22:37:38 +0530 Subject: [PATCH] Remove tabBarIconStyle from material-top-tab-navigator options (#1387) This option was removed in https://github.com/react-navigation/react-navigation/pull/11548 --- versioned_docs/version-7.x/material-top-tab-navigator.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/versioned_docs/version-7.x/material-top-tab-navigator.md b/versioned_docs/version-7.x/material-top-tab-navigator.md index 0021623f52..7324ed4a8a 100755 --- a/versioned_docs/version-7.x/material-top-tab-navigator.md +++ b/versioned_docs/version-7.x/material-top-tab-navigator.md @@ -398,10 +398,6 @@ Boolean indicating whether to make the tab bar scrollable. If you set this to `true`, you should also specify a width in `tabBarItemStyle` to improve the performance of initial render. -#### `tabBarIconStyle` - -Style object for the tab icon container. - #### `tabBarLabelStyle` Style object for the tab label.