Closed MichaelSalzman closed 9 years ago
The SyntheticEvent is pooled. This means that the SyntheticEvent object will be reused and all properties will be nullified after the event callback has been invoked.
Because of this event in onPress callback is useless.
Created new issue #62
When the callback for the onPress action is called, it does not pass the event that initiated the press.