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.
1 parent ae5783a commit b50f725Copy full SHA for b50f725
packages/react-native-bottom-tabs/src/TabView.tsx
@@ -136,10 +136,6 @@ interface Props<Route extends BaseRoute> {
136
* Get searchable for the tab, uses `route.searchable` by default.
137
*/
138
getSearchable?: (props: { route: Route }) => boolean | undefined;
139
- /**
140
- * Get navigation bar toolbar style for the tab, uses `route.navigationBarToolbarStyle` by default.
141
- */
142
-
143
/**
144
* Get active tint color for the tab, uses `route.activeTintColor` by default.
145
0 commit comments