Im using Material UI Next in a React project. I have the Card component which has an image(Card Media) and text(Card Text) inside it. I also have a button underneath the text. M
Just add onPress props in your card
{console.log('onclick')}} style={styles.item} status="basic" header={(headerProps) => this.renderItemHeader(headerProps, item) }> {item.description}