PressEvent object is returned in the callback as a result of user press interaction, for example onPress in Button component.
Example
Keys and values
changedTouches
Array of allPressEvents that have changed since the last event.
identifier
Unique numeric identifier assigned to the event.locationX
Touch origin X coordinate inside touchable area (relative to the element).locationY
Touch origin Y coordinate inside touchable area (relative to the element).pageX
Touch origin X coordinate on the screen (relative to the root view).pageY
Touch origin Y coordinate on the screen (relative to the root view).target
The node id of the element receiving the PressEvent.timestamp
Timestamp value when a PressEvent occurred. Value is represented in milliseconds.touches
Array of all current PressEvents on the screen.Used by
ButtonPanResponderPressableScrollViewTextTextInputTouchableOpacityTouchableWithoutFeedbackView

