diff --git a/Libraries/Components/Touchable/TouchableBounce.js b/Libraries/Components/Touchable/TouchableBounce.js index b3cca5ead12337..d25cc8326adf35 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.