Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update material-bottom-tab-navigator.md #1283

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions versioned_docs/version-6.x/material-bottom-tab-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ id: material-bottom-tab-navigator
title: Material Bottom Tabs Navigator
sidebar_label: Material Bottom Tabs
---

> The `material-bottom-tabs` navigator is moved to [`react-native-paper`](https://reactnativepaper.com/). Refer to [`react-native-paper`'s documentation](https://callstack.github.io/react-native-paper/docs/components/BottomNavigation/createMaterialBottomTabNavigator) for API and usage. For any issues with the navigator, please open an issue in [`react-native-paper`'s repository](https://github.com/callstack/react-native-paper/).

A material-design themed tab bar on the bottom of the screen that lets you switch between different routes with animation. Routes are lazily initialized - their screen components are not mounted until they are first focused.
Expand Down Expand Up @@ -147,7 +146,7 @@ Color for the tab bar when the tab corresponding to the screen is active. Used f

#### `tabBarLabel`

Title string of a tab displayed in the tab bar. When undefined, scene `title` is used. To hide, see `labeled` option in the previous section.
Title string of a tab displayed in the tab bar. When undefined, scene `title` is used. To hide, see `labelled` option in the previous section.

#### `tabBarBadge`

Expand Down