JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
862 stars 90 forks source link

Nulled event in onPress callback #62

Closed krasnoperov closed 7 years ago

krasnoperov commented 8 years ago

https://facebook.github.io/react/docs/events.html#event-pooling

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.

clauderic commented 8 years ago

+1

AndrewSouthpaw commented 7 years ago

+1

dcousens commented 7 years ago

Closing in favour of #87