diff --git a/versioned_docs/version-7.x/bottom-tab-navigator.md b/versioned_docs/version-7.x/bottom-tab-navigator.md index 574ffc16b3..859550e60a 100755 --- a/versioned_docs/version-7.x/bottom-tab-navigator.md +++ b/versioned_docs/version-7.x/bottom-tab-navigator.md @@ -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: