[notifications] JS tidy up

This commit is contained in:
Chris Bianca
2018-02-23 16:11:59 +00:00
parent 2838bbc0cd
commit c5778c3d0d
12 changed files with 307 additions and 296 deletions

View File

@@ -38,10 +38,6 @@
return YES;
}
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo {
[[RNFirebaseNotifications instance] didReceiveRemoteNotification:userInfo];
}
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {
[[RNFirebaseNotifications instance] didReceiveRemoteNotification:userInfo fetchCompletionHandler:completionHandler];