reactnative onclick on view
<TouchableHighlight onPress={this.openPopup}>
<View>...</View>
</TouchableHighlight>
<TouchableOpacity onPress={this.openPopup}>
<View>...</View>
</TouchableOpacity>
<TouchableWithoutFeedback onPress={this.openPopup}>
<View>...</View>
</TouchableWithoutFeedback>