diff --git a/component/index.android.js b/component/index.android.js index 3496c045b..0a609cbf9 100644 --- a/component/index.android.js +++ b/component/index.android.js @@ -36,8 +36,8 @@ NotificationsComponent.prototype.unsubscribeFromTopic = function(topic) { RNPushNotification.unsubscribeFromTopic(topic); }; -NotificationsComponent.prototype.cancelLocalNotifications = function(details) { - RNPushNotification.cancelLocalNotifications(details); +NotificationsComponent.prototype.cancelLocalNotification = function(details) { + RNPushNotification.cancelLocalNotification(details); }; NotificationsComponent.prototype.clearLocalNotification = function(details, tag) {