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 @@ -
Little red bubble that sits at the top right of the icon.
A custom icon for the tab. It is ignored when a system icon is defined.
Callback when this tab is being selected, you should change the state of your +
Little red bubble that sits at the top right of the icon.
A custom icon for the tab. It is ignored when a system icon is defined.
Callback when this tab is being selected, you should change the state of your component to set selected={true}.
If set to true it renders the image as original, it defaults to being displayed as a template
It specifies whether the children are visible or not. If you see a blank content, you probably forgot to add a selected one.
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({