|
@@ -38,7 +38,7 @@ export const HorizontalTabView = ({
|
|
renderLabel={({ route, focused }) => (
|
|
renderLabel={({ route, focused }) => (
|
|
<>
|
|
<>
|
|
<View style={[styles.tabLabelContainer, focused ? styles.tabLabelFocused : null]}>
|
|
<View style={[styles.tabLabelContainer, focused ? styles.tabLabelFocused : null]}>
|
|
- {route.icon ? (
|
|
|
|
|
|
+ {route.icon === 'ban' ? (
|
|
<BanIcon width={15} height={15} fill={focused ? Colors.WHITE : Colors.DARK_BLUE} />
|
|
<BanIcon width={15} height={15} fill={focused ? Colors.WHITE : Colors.DARK_BLUE} />
|
|
) : (
|
|
) : (
|
|
<Text style={[styles.label, focused ? styles.labelFocused : null]}>
|
|
<Text style={[styles.label, focused ? styles.labelFocused : null]}>
|