constructor(props) {
super(props);
this.state = {
selectedTab: 'greenTab',
notifCount: 0,
presses: 0,
};
}