瀏覽代碼

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

Removing duplicate property
Henry Chan 7 年之前
父節點
當前提交
f3e7d8788e
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      docs/styling-the-tab-bar.md

+ 0
- 1
docs/styling-the-tab-bar.md 查看文件

@@ -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