React Native TapGestureHandler – how to call a function and send a custom id param – Magento
class InfoScreen extends Component { constructor(props) { super(props); this.infoData =[ { id:1, title: 'React Native', shortDescription: 'Wat is React Native en wat kan het voor u betekenen. Met React Native maken wij moderne apps op maat!', color:'green', }, { id:2,…