1
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 continues with the default colors.
It worked first! Thank you so much! :)
– Aline Lisboa
@Alinelisboa If it worked as needed and supplied your question, please mark as correct.
– sant0will