|
|
|
|
25
|
tabBarSelectedLabelColor: 'red', // iOS only. change the color of the selected tab text
|
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
|
tabBarHideShadow: true // iOS only. Remove default tab bar top shadow (hairline)
|
27
|
tabBarHideShadow: true // iOS only. Remove default tab bar top shadow (hairline)
|
28
|
- forceTitlesDisplay: true // Android only. If true - Show all bottom tab labels. If false - only the selected tab's label is visible.
|
|
|
29
|
}
|
28
|
}
|
30
|
```
|
29
|
```
|
31
|
|
30
|
|