Skip to content

Commit

Permalink
Back out "Add bounce method to TouchableBounce"
Browse files Browse the repository at this point in the history
Summary: Reverting D13085800

Reviewed By: TheSavior

Differential Revision: D13110727

fbshipit-source-id: d5a6e7ff962a350b7cb7d7459abaf861a1387754
  • Loading branch information
Jonathan Lee authored and facebook-github-bot committed Nov 26, 2018
1 parent 922e196 commit 7fe3f90
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Libraries/Components/Touchable/TouchableBounce.js
Expand Up @@ -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.
Expand Down

0 comments on commit 7fe3f90

Please sign in to comment.