# `<Navigator.TabBar />`


## Props

_The `TabBar` component does not have any non-implementation props_


## Implementation Props

The following props are defined on the tab bar as a part of the [DefaultImplementation](/docs/implementations/DefaultImplementation.md):

#### `enabled: boolean`

#### `backgroundColor: Color`

#### `backgroundImage: Image`

#### `shadowImage: Image`

#### `selectionIndicatorImage: Image`

#### `elevation: number`

#### `translucent: boolean`

#### `tintColor: Color`

#### `barTintColor: Color`

#### `itemIconColor: Color`

#### `itemIconActiveColor: Color`

#### `itemIconSelectedColor: Color`

#### `itemIconDisabledColor: Color`

#### `itemTextColor: Color`

#### `itemTextActiveColor: Color`

#### `itemTextSelectedColor: Color`

#### `itemTextDisabledColor: Color`


## Example Usage

```jsx

```

## Related Pages

- [`Tab` API Reference](/docs/api/navigator-tab.md)


## Related Guides

- [Tabs](/docs/guides/tabs.md)
