<!-- Love react-native-router-flux? Please consider supporting our collective: 👉 https://opencollective.com/react-native-router-flux/donate -->  code ``` export default class TabIcon extends Component { constructor(props) { super(props) this.state = { TbIcon: '', TbIconActive: '' } } render(){ return <Text style={{color: props.selected ? 'red' : 'black'}} >TAB {props.title} </Text> } }; ``` And if we will not support an class with TabIcon?