class { onCreate() { this.state = { show: true } } hide() { this.state.show = false; } }