class TelaInicial extends Component {
static navigationOptions = ({ navigation }) => ({
tabBarLabel: 'Trevo',
tabBarOptions: {
activeTintColor: '#fff',
inactiveTintColor: '#eee',
showIcon: true,
showLabel: true,
animationEnabled: false,
lazyLoad: true,
upperCaseLabel: false,
}
})
I made this block, but it continues with default default colors.