We're a place where coders share, stay up-to-date and grow their careers.
Hi @jakubkoci , thanks a lot! This article helped me a ton!
On file PushNotificationsManager.js, I had to remove the Android OS check, right before the Notifications.getInitialNotification(), in order to get the initial notification on iOS.
Notifications.getInitialNotification()
Thanks, @rodrigo98rm , you're right. You saved me, I had an issue with it today 👍 I fixed it in the article.
Hi @jakubkoci , thanks a lot! This article helped me a ton!
On file PushNotificationsManager.js, I had to remove the Android OS check, right before the
Notifications.getInitialNotification()
, in order to get the initial notification on iOS.Thanks, @rodrigo98rm , you're right. You saved me, I had an issue with it today 👍 I fixed it in the article.