From 100835cb041f828661a159a79837c92df75073d3 Mon Sep 17 00:00:00 2001 From: Moritz Post Date: Thu, 30 Jul 2020 11:59:31 +0200 Subject: [PATCH] Make TabFolder property selectedTabIndicatorTintColor available The iOS client is now able to support the `selectedTabIndicatorTintColor` when the tab bar is at the top. --- doc/api/TabFolder.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/api/TabFolder.json b/doc/api/TabFolder.json index 557815586..fd566f288 100644 --- a/doc/api/TabFolder.json +++ b/doc/api/TabFolder.json @@ -78,10 +78,7 @@ }, "selectedTabIndicatorTintColor": { "type": "ColorValue", - "description": "The color used for the underline strip of the selected tab. Only applies on Android when the `tabBarLocation` is `top`.", - "platforms": { - "ios": false - } + "description": "The color used for the indicator of the selected tab. Only applies when the `tabBarLocation` is `top`. Available on Android and iOS 13+." }, "tabBarElevation": { "type": "number",