|
@@ -24,7 +24,7 @@ Navigation.startTabBasedApp({
|
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
|
26
|
forceTitlesDisplay: true, // Android only. If true - Show all bottom tab labels. If false - only the selected tab's label is visible.
|
27
|
|
- tabBarHideShadow: true // iOS only. Remove default tab bar top shadow (hairline)
|
|
27
|
+ tabBarHideShadow: true // Remove default tab bar top shadow (hairline)
|
28
|
28
|
}
|
29
|
29
|
```
|
30
|
30
|
|
|
@@ -36,6 +36,7 @@ Navigation.startTabBasedApp({
|
36
|
36
|
appStyle: {
|
37
|
37
|
tabBarBackgroundColor: '#0f2362',
|
38
|
38
|
tabBarButtonColor: '#ffffff',
|
|
39
|
+ tabBarHideShadow: true,
|
39
|
40
|
tabBarSelectedButtonColor: '#63d7cc',
|
40
|
41
|
tabBarTranslucent: false,
|
41
|
42
|
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)
|