Skip to content

Commit

Permalink
Document dotIndicator (wix#5303)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca authored and vshkl committed Feb 5, 2020
1 parent 1673209 commit f0121a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ Navigation.mergeOptions(this.props.componentId, {
text: 'Tab 1',
badge: '2',
badgeColor: 'red',
dotIndicator: {
color: 'green', // default red
size: 8, // default 6
visible: true // default false
}
testID: 'bottomTabTestID',
icon: require('tab.png'),
iconColor: 'red',
Expand Down

0 comments on commit f0121a9

Please sign in to comment.