|
@@ -18,12 +18,12 @@ Navigation.startTabBasedApp({
|
18
|
18
|
tabBarHidden: false, // make the tab bar hidden
|
19
|
19
|
tabBarButtonColor: '#ffff00', // change the color of the tab icons and text (also unselected)
|
20
|
20
|
tabBarSelectedButtonColor: '#ff9900', // change the color of the selected tab icon and text (only selected)
|
21
|
|
- tabBarBackgroundColor: '#551A8B' // change the background color of the tab bar
|
22
|
|
- tabBarTranslucent: false // change the translucent of the tab bar to false
|
23
|
|
- tabBarTextFontFamily: 'Avenir-Medium' //change the tab font family
|
|
21
|
+ tabBarBackgroundColor: '#551A8B', // change the background color of the tab bar
|
|
22
|
+ tabBarTranslucent: false, // change the translucent of the tab bar to false
|
|
23
|
+ tabBarTextFontFamily: 'Avenir-Medium', //change the tab font family
|
24
|
24
|
tabBarLabelColor: '#ffb700', // iOS only. change the color of tab text
|
25
|
25
|
tabBarSelectedLabelColor: 'red', // iOS only. change the color of the selected tab text
|
26
|
|
- forceTitlesDisplay: true // Android only. If true - Show all bottom tab labels. If false - only the selected tab's label is visible.
|
|
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
|
28
|
}
|
29
|
29
|
```
|