Skip to content
Open
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
2 changes: 1 addition & 1 deletion versioned_docs/version-7.x/bottom-tab-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Accessibility label for the tab button. This is read by the screen reader when t

#### `tabBarButton`

Function which returns a React element to render as the tab bar button. It wraps the icon and label. Renders `Pressable` by default.
Function which returns a React element to render as the tab bar button. It wraps the icon and label. Renders `PlatformPressable` by default.

You can specify a custom implementation here:

Expand Down