The style to apply to the component
A function that is invoked when the DOM element is held (pressed + held).
The node data of the DOM node that was tapped
by default the handler will not stop the propagation of handling a hold gesture.
A function that is invoked when the DOM element is tapped (pressed).
The node data of the DOM node that was tapped
by default the handler will not stop the propagation of handling a tap gesture. i.e. an onPress
handler
for a Link node will continue to open the URL, unless EventAction.PreventDefault
is passed
Extends the base node classes with React Native specific properties. These properties are useful on the client side to style and perform user actions on nodes.