From d14cbc73f5036dba903464a8cb59b9bc19b39e50 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Tue, 26 Sep 2017 13:47:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5d9811..d9ed834 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Edit `AppDelegate.m`: + [RNFIRMessaging willPresentNotification:notification withCompletionHandler:completionHandler]; + } + -+ - (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)())completionHandler ++ - (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)(void))completionHandler + { + [RNFIRMessaging didReceiveNotificationResponse:response withCompletionHandler:completionHandler]; + } -- 2.26.2