module.exports = { onCreate() { this.state = { count: 0 }; }, };