Skip to content

Commit b50f725

Browse files
committed
refactor: remove unused navigation bar toolbar style prop from TabView
1 parent ae5783a commit b50f725

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-native-bottom-tabs/src/TabView.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ interface Props<Route extends BaseRoute> {
136136
* Get searchable for the tab, uses `route.searchable` by default.
137137
*/
138138
getSearchable?: (props: { route: Route }) => boolean | undefined;
139-
/**
140-
* Get navigation bar toolbar style for the tab, uses `route.navigationBarToolbarStyle` by default.
141-
*/
142-
143139
/**
144140
* Get active tint color for the tab, uses `route.activeTintColor` by default.
145141
*/

0 commit comments

Comments
 (0)