-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
If I wanted to get a reference to the underlying Component for a Touchable child, how does one do this?
<TouchableHighlight underlayColor="rgb(210, 230, 255)" onPress={this.onPress}>
<Text>ClickMe</Text>
</TouchableHighlight>
I've read
http://facebook.github.io/react/tips/communicate-between-components.html
... but it very much speaks to the data that represents the div, not the div itself.
How do i get a reference to the actual JavaScript -> ObjC binding node for the Text element above in this.onPress?
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.