module.exports = { onCreate: function () { this.state = { clicked: false, }; }, };