Browse Source

Doc update for tabFontFamily (#2033)

jay1337 7 years ago
parent
commit
941444d8c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/styling-the-tab-bar.md

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

38
     tabBarButtonColor: '#ffffff',
38
     tabBarButtonColor: '#ffffff',
39
     tabBarSelectedButtonColor: '#63d7cc',
39
     tabBarSelectedButtonColor: '#63d7cc',
40
     tabBarTranslucent: false,
40
     tabBarTranslucent: false,
41
-    tabFontFamily: 'Avenir-Medium.ttf'  // for asset file or use existing font family name
41
+    tabFontFamily: 'Avenir-Medium'  // existing font family name or asset file without extension which can be '.ttf' or '.otf' (searched only if '.ttf' asset not found)
42
   },
42
   },
43
 ...
43
 ...
44
 }
44
 }