From 7fe3f90156e879fe53665efb5a90ba3a711475fa Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Mon, 26 Nov 2018 10:49:46 -0800 Subject: [PATCH] Back out "Add bounce method to TouchableBounce" Summary: Reverting D13085800 Reviewed By: TheSavior Differential Revision: D13110727 fbshipit-source-id: d5a6e7ff962a350b7cb7d7459abaf861a1387754 --- Libraries/Components/Touchable/TouchableBounce.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Libraries/Components/Touchable/TouchableBounce.js b/Libraries/Components/Touchable/TouchableBounce.js index b3cca5ead..d25cc8326 100644 --- a/Libraries/Components/Touchable/TouchableBounce.js +++ b/Libraries/Components/Touchable/TouchableBounce.js @@ -104,13 +104,6 @@ const TouchableBounce = ((createReactClass({ }).start(callback); }, - /** - * Triggers a bounce animation without invoking any callbacks. - */ - bounce: function() { - this.bounceTo(0.93, 0.1, 0, () => this.bounceTo(1, 0.4, 0)); - }, - /** * `Touchable.Mixin` self callbacks. The mixin will invoke these if they are * defined on your component.