|
@@ -20,6 +20,7 @@ Navigation.startTabBasedApp({
|
20
|
20
|
tabBarBackgroundColor: '#551A8B' // change the background color of the tab bar
|
21
|
21
|
tabBarTranslucent: false // change the translucent of the tab bar to false
|
22
|
22
|
tabBarTextFontFamily: 'Avenir-Medium' //change the tab font family
|
|
23
|
+ tabBarHideShadow: true // iOS only. Remove default tab bar top shadow (hairline)
|
23
|
24
|
forceTitlesDisplay: true // Android only. If true - Show all bottom tab labels. If false - only the selected tab's label is visible.
|
24
|
25
|
}
|
25
|
26
|
```
|