Преглед изворни кода

Doc update for tabFontFamily (#2033)

jay1337 пре 7 година
родитељ
комит
941444d8c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      docs/styling-the-tab-bar.md

+ 1
- 1
docs/styling-the-tab-bar.md Прегледај датотеку

@@ -38,7 +38,7 @@ Navigation.startTabBasedApp({
38 38
     tabBarButtonColor: '#ffffff',
39 39
     tabBarSelectedButtonColor: '#63d7cc',
40 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
 }