Skip to content

Commit

Permalink
Make TabFolder property selectedTabIndicatorTintColor available
Browse files Browse the repository at this point in the history
The iOS client is now able to support the
`selectedTabIndicatorTintColor` when the tab bar is at the top.
  • Loading branch information
mpost committed Jul 30, 2020
1 parent 275271d commit 100835c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/api/TabFolder.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 100835c

Please sign in to comment.