Skip to content Skip to sidebar Skip to footer

How To Target The Node Instead Of The Node Number With An Onpress

I have a bunch of users who are being rendered into components in the . When I click on each of the I would like thei

Solution 1:

I'm not sure I have understand your question but ;

you can call toChat method with extra parameter using arrow function.

onPress={(e)=>{this._toChat(e,d.uid)}}

Post a Comment for "How To Target The Node Instead Of The Node Number With An Onpress"