标签:react on() pre 点击事件 native ati nat reac 点击
点击事件
<View>
<Button title="点击事件" onPress={this._onPressButton.bind(this)}/>
</View>
_onPressButton() {
alert(‘点击事件亦被促发‘);
}
标签:react on() pre 点击事件 native ati nat reac 点击
原文地址:https://www.cnblogs.com/boonook/p/9704317.html