Browse Source

Update styling-the-tab-bar.md (#1394)

Removing duplicate property
Henry Chan 7 years ago
parent
commit
f3e7d8788e
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      docs/styling-the-tab-bar.md

+ 0
- 1
docs/styling-the-tab-bar.md View File

@@ -25,7 +25,6 @@ Navigation.startTabBasedApp({
25 25
   tabBarSelectedLabelColor: 'red', // iOS only. change the color of the selected tab text
26 26
   forceTitlesDisplay: true // Android only. If true - Show all bottom tab labels. If false - only the selected tab's label is visible.
27 27
   tabBarHideShadow: true // iOS only. Remove default tab bar top shadow (hairline)
28
-  forceTitlesDisplay: true // Android only. If true - Show all bottom tab labels. If false - only the selected tab's label is visible.
29 28
 }
30 29
 ```
31 30