diff --git a/navigation/MainTabNavigator.js b/navigation/MainTabNavigator.js index a3705e1..ea4caaf 100644 --- a/navigation/MainTabNavigator.js +++ b/navigation/MainTabNavigator.js @@ -208,10 +208,11 @@ function TabNavigator(props) { let icon = TAB_ICONS[route.name]; // tintColor is ignoring activeColor and inactiveColor for some reason icon = focused ? icon : icon + ('-outline'); - let iconColor = focused ? colors.tabIconFocused : colors.tabIcon; - return ; + return ; }, })} + activeColor={colors.primary} + inactiveColor={colors.tabIcon} >