From 3eb4bae13856faf633e046f46d91f360051be436 Mon Sep 17 00:00:00 2001 From: Tobias Ritzau Date: Thu, 8 Sep 2016 05:38:59 -0700 Subject: [PATCH] Disables munging in animated to make dynamic dispatch work for private methods Reviewed By: javache Differential Revision: D3828458 fbshipit-source-id: 0170b199e4dc33df1d836de7475900dd95c4d2e7 --- Libraries/Animated/src/AnimatedImplementation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/Animated/src/AnimatedImplementation.js b/Libraries/Animated/src/AnimatedImplementation.js index ee685a249c..27b1121cbe 100644 --- a/Libraries/Animated/src/AnimatedImplementation.js +++ b/Libraries/Animated/src/AnimatedImplementation.js @@ -8,6 +8,7 @@ * * @providesModule AnimatedImplementation * @flow + * @preventMunge */ 'use strict';