Skip to content

Commit 7fe3f90

Browse files
Jonathan Leefacebook-github-bot
Jonathan Lee
authored andcommitted
Back out "Add bounce method to TouchableBounce"
Summary: Reverting D13085800 Reviewed By: TheSavior Differential Revision: D13110727 fbshipit-source-id: d5a6e7ff962a350b7cb7d7459abaf861a1387754
1 parent 922e196 commit 7fe3f90

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Libraries/Components/Touchable/TouchableBounce.js

-7
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,6 @@ const TouchableBounce = ((createReactClass({
104104
}).start(callback);
105105
},
106106

107-
/**
108-
* Triggers a bounce animation without invoking any callbacks.
109-
*/
110-
bounce: function() {
111-
this.bounceTo(0.93, 0.1, 0, () => this.bounceTo(1, 0.4, 0));
112-
},
113-
114107
/**
115108
* `Touchable.Mixin` self callbacks. The mixin will invoke these if they are
116109
* defined on your component.

0 commit comments

Comments
 (0)