Guest User

Untitled

a guest
Jan 22nd, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. - (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification
  2. {
  3. [RCTPushNotificationManager didReceiveLocalNotification:notification];
  4. }
  5.  
  6. PushNotificationIOS.addEventListener('localNotification', () => {
  7. console.log("never called")
  8. });
Add Comment
Please, Sign In to add comment