diff --git a/versioned_docs/version-7.x/bottom-tab-navigator.md b/versioned_docs/version-7.x/bottom-tab-navigator.md index cfaf478245..6ed3a6a4e3 100755 --- a/versioned_docs/version-7.x/bottom-tab-navigator.md +++ b/versioned_docs/version-7.x/bottom-tab-navigator.md @@ -340,7 +340,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`](elements.md#platformpressable) by default. You can specify a custom implementation here: diff --git a/versioned_docs/version-8.x/bottom-tab-navigator.md b/versioned_docs/version-8.x/bottom-tab-navigator.md index ed0c04c5ba..274b70a631 100755 --- a/versioned_docs/version-8.x/bottom-tab-navigator.md +++ b/versioned_docs/version-8.x/bottom-tab-navigator.md @@ -678,7 +678,7 @@ Only supported with `custom` implementation. #### `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`](elements.md#platformpressable) by default. Only supported with `custom` implementation.