1. 程式人生 > >react-native點擊事件

react-native點擊事件

點擊 this his ati res native 事件 reac react

點擊事件

<View>
<Button title="點擊事件" onPress={this._onPressButton.bind(this)}/>
</View>

_onPressButton() {
alert(‘點擊事件亦被促發‘);
}

react-native點擊事件