From 8c20560a66d04a822624aa79ca9139f25db8afca Mon Sep 17 00:00:00 2001 From: Gavin Kasdorf Date: Tue, 25 Apr 2023 23:06:24 -0800 Subject: [PATCH] Update documentation to correct the default value of `labelVisible` on iOS --- versioned_docs/version-6.x/elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/elements.md b/versioned_docs/version-6.x/elements.md index 9d424f9ca40..ea69de69042 100644 --- a/versioned_docs/version-6.x/elements.md +++ b/versioned_docs/version-6.x/elements.md @@ -188,7 +188,7 @@ A component used to show the back button header. It's the default for [`headerLe - `tintColor` - Tint color for the header. - `label` - Label text for the button. Usually the title of the previous screen. By default, this is only shown on iOS. - `truncatedLabel` - Label text to show when there isn't enough space for the full label. -- `labelVisible` - Whether the label text is visible. Defaults to `true` on iOS and `false` on Android. +- `labelVisible` - Whether the label text is visible. Defaults to `false` on iOS and Android. - `labelStyle` - Style object for the label. - `allowFontScaling` - Whether label font should scale to respect Text Size accessibility settings. - `onLabelLayout` - Callback to trigger when the size of the label changes.