Como obter o nome de uma calise html e passá -lo no OnPress

<Button title="News" id={this.props.prop_where_id_is} onPress={() => this.setCategory(this.props.prop_where_id_is)} />
Cheerful Caracal