From 7eadeb94c7ff110f1b3f79b89ea45cf45f15ebca Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 29 Nov 2016 21:17:49 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/tabbarios-item.html | 2 +- releases/next/docs/tabbarios.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/releases/next/docs/tabbarios-item.html b/releases/next/docs/tabbarios-item.html index 92790ef7599..657a7f87d0a 100644 --- a/releases/next/docs/tabbarios-item.html +++ b/releases/next/docs/tabbarios-item.html @@ -1,4 +1,4 @@ -TabBarIOS.Item

TabBarIOS.Item #

Props #

badge string, number #

Little red bubble that sits at the top right of the icon.

icon Image.propTypes.source #

A custom icon for the tab. It is ignored when a system icon is defined.

onPress function #

Callback when this tab is being selected, you should change the state of your +TabBarIOS.Item

TabBarIOS.Item #

Props #

badge string, number #

Little red bubble that sits at the top right of the icon.

badgeColor color #

Background color for the badge. Available since iOS 10.

icon Image.propTypes.source #

A custom icon for the tab. It is ignored when a system icon is defined.

onPress function #

Callback when this tab is being selected, you should change the state of your component to set selected={true}.

renderAsOriginal bool #

If set to true it renders the image as original, it defaults to being displayed as a template

selected bool #

It specifies whether the children are visible or not. If you see a blank content, you probably forgot to add a selected one.

selectedIcon Image.propTypes.source #

A custom icon when the tab is selected. It is ignored when a system diff --git a/releases/next/docs/tabbarios.html b/releases/next/docs/tabbarios.html index 3921d46df0c..0883b6734b5 100644 --- a/releases/next/docs/tabbarios.html +++ b/releases/next/docs/tabbarios.html @@ -57,6 +57,7 @@ class TabBarExample extends .Item systemIcon="history" badge={this.state.notifCount > 0 ? this.state.notifCount : undefined} + badgeColor="black" selected={this.state.selectedTab === 'redTab'} onPress={() => { this.setState({