Change the Color of Custom tabs when they change.
handleTabNavigation
method that changes the state which leads to re-render the UI and hence the colors.
handleTabNavigation = (route, idx) => {
if (this.state.storiesTabOpen && idx === 0 || this.state.searchTabOpen && idx === 1){
this.setState({ searchTabOpen: !this.state.searchTabOpen,