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