Browse Source

Correct bottomTab documentation

title was renamed to text
Guy Carmeli 6 years ago
parent
commit
34a8750f8e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/styling.md

+ 1
- 1
docs/docs/styling.md View File

123
     backgroundColor: 'white'
123
     backgroundColor: 'white'
124
   },
124
   },
125
   bottomTab: {
125
   bottomTab: {
126
-    title: 'Tab 1',
126
+    text: 'Tab 1',
127
     badge: '2',
127
     badge: '2',
128
     testID: 'bottomTabTestID',
128
     testID: 'bottomTabTestID',
129
     icon: require('tab.png'),
129
     icon: require('tab.png'),