Skip to content

Commit

Permalink
Document dotIndicator (#5303)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca authored Jul 21, 2019
1 parent 66ab3cd commit 6a253c1
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 6a253c1

Please sign in to comment.