Seph Soliman 6d2ae35bca Added AnimatedValueXY.removeAllListeners
Summary:
> Explain the **motivation** for making this change. What existing problem does the pull request solve?

`AnimatedValueX` has `removeAllListeners()` which is a convenient way to do cleanup when components unmount, but `AnimatedValueXY` was missing a similar method which doesn't really make sense. This change makes the two classes more similar, less confusing and more convenient.
Closes https://github.com/facebook/react-native/pull/11783

Differential Revision: D4397188

fbshipit-source-id: d10a0c9c7e0a83af015ec04f6facf965d95ea984
2017-01-14 14:43:27 -08:00
..
2017-01-09 15:28:31 -08:00
2016-12-07 17:13:42 -08:00
2016-11-04 05:43:44 -07:00
2016-12-11 00:43:30 -08:00
2017-01-03 13:43:35 -08:00
2016-11-02 12:29:15 -07:00
2016-08-09 06:43:46 -07:00
2016-12-15 21:13:38 -08:00
2016-12-13 18:58:34 -08:00
2016-11-23 11:28:29 -08:00
2017-01-11 08:58:30 -08:00