mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 14:18:23 +00:00
Back out "Add bounce method to TouchableBounce"
Summary: Reverting D13085800 Reviewed By: TheSavior Differential Revision: D13110727 fbshipit-source-id: d5a6e7ff962a350b7cb7d7459abaf861a1387754
This commit is contained in:
parent
922e196ed1
commit
7fe3f90156
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user