Browse Source

Document dotIndicator (#5303)

Guy Carmeli 5 years ago
parent
commit
6a253c1600
No account linked to committer's email address
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      docs/docs/styling.md

+ 5
- 0
docs/docs/styling.md View File

118
     text: 'Tab 1',
118
     text: 'Tab 1',
119
     badge: '2',
119
     badge: '2',
120
     badgeColor: 'red',
120
     badgeColor: 'red',
121
+    dotIndicator: {
122
+      color: 'green', // default red
123
+      size: 8, // default 6
124
+      visible: true // default false
125
+    }
121
     testID: 'bottomTabTestID',
126
     testID: 'bottomTabTestID',
122
     icon: require('tab.png'),
127
     icon: require('tab.png'),
123
     iconColor: 'red',
128
     iconColor: 'red',