class Example extends Component { constructor(props) { super(props); this.homeButtonClicked= this.homeButtonClicked.bind(this); } }