We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac151e commit a9857faCopy full SHA for a9857fa
examples/RNOneSignal/ios/RNOneSignal/AppDelegate.m
@@ -39,9 +39,4 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
39
return YES;
40
}
41
42
-// Required for the notification event.
43
-- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)notification {
44
- [RCTOneSignal didReceiveRemoteNotification:notification];
45
-}
46
-
47
@end
0 commit comments