Bläddra i källkod

Doc update for tabFontFamily (#2033)

jay1337 7 år sedan
förälder
incheckning
941444d8c2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      docs/styling-the-tab-bar.md

+ 1
- 1
docs/styling-the-tab-bar.md Visa fil

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