From b5aaf6ec3b8b6cfc30ed4b30d5eb01b04f6b8825 Mon Sep 17 00:00:00 2001 From: superzhangbao <15056006309@163.com> Date: Tue, 1 Dec 2020 01:08:59 +0800 Subject: [PATCH] Update bottom-tab-navigator.md (#860) Co-authored-by: Satyajit Sahoo --- versioned_docs/version-4.x/bottom-tab-navigator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-4.x/bottom-tab-navigator.md b/versioned_docs/version-4.x/bottom-tab-navigator.md index dc46cc659b2..a020d47b460 100644 --- a/versioned_docs/version-4.x/bottom-tab-navigator.md +++ b/versioned_docs/version-4.x/bottom-tab-navigator.md @@ -47,7 +47,7 @@ The route configs object is a mapping from route name to a route config, which t - `showIcon` - Whether to show icon for tab, default is true. - `style` - Style object for the tab bar. - `labelStyle` - Style object for the tab label. - - `labelPosition` - Where to show the tab label in relation to the tab icon. Available values are `beside-icon` and `below-icon`. Defaults to `beside-icon`. + - `labelPosition` - Where to show the tab label in relation to the tab icon. Available values are `beside-icon` and `below-icon`. Defaults to `below-icon` on mobile and `beside-icon` on tablets. - `tabStyle` - Style object for the tab. - `allowFontScaling` - Whether label font should scale to respect Text Size accessibility settings, default is true. - `adaptive` - Should the tab icons and labels alignment change based on screen size? Defaults to `true` for iOS 11. If `false`, tab icons and labels align vertically all the time. When `true`, tab icons and labels align horizontally on tablet.