react-native/Libraries/Animated/src
Janic Duplessis c233191485 Animated - Add missing super calls to fix native animated crash
Summary:
There was some missing super.__detach calls in some Animated nodes, we rely on the base class being called to drop the node in the native implementation, not doing so will cause some nodes to leak. It also resulted in a crash when removing certain nodes because they would get updated after being detached.

**Test plan**
Reproduced the crash by unmounting a view that uses a DiffClamp node and made sure this fixes it. Also tested that other native animations still worked properly.

Fixes #11317
Closes https://github.com/facebook/react-native/pull/12910

Differential Revision: D4718188

Pulled By: javache

fbshipit-source-id: 179ec1334532152c124a9c0f447f488311925d0a
2017-03-29 04:02:22 -07:00
..
__tests__ Animated - Add missing super calls to fix native animated crash 2017-03-29 04:02:22 -07:00
polyfills Initial web implementation 2015-09-22 11:58:37 -07:00
Animated.js Implement sticky headers in JS using Native Animated 2017-03-02 15:15:31 -08:00
AnimatedImplementation.js Animated - Add missing super calls to fix native animated crash 2017-03-29 04:02:22 -07:00
AnimatedWeb.js Add @providesModule annotations 2017-02-27 14:04:56 -08:00
Easing.js Clean up Animated docs 2017-02-17 14:48:17 -08:00
Interpolation.js Fix the suppress comment regex for react_native 2017-01-19 10:28:28 -08:00
NativeAnimatedHelper.js Native Animated - Support multiple events attached to the same prop 2017-03-09 15:30:28 -08:00
SpringConfig.js Initial web implementation 2015-09-22 11:58:37 -07:00
bezier.js RN: Cleanup OSS JS & Flow Declarations 2016-11-20 17:58:29 -08:00