Boris Tacyniak

Results 167 comments of Boris Tacyniak

As mentioned in the linked PR: https://github.com/zo0r/react-native-push-notification#state-of-the-repository I highly recommend to move from this library to an other which is actively maintained. I don't have time anymore, and I don't...

Maybe @Narmical will be able to help you soon.

Hi @devanshujain95 I think the documentation is not clear on this, but this would not have sense to trigger `onNotification` when you are already in the running application.

I think your are looking for something else: https://rnfirebase.io/messaging/usage#background--quit-state-messages But this can be achieved with remote notification only. In a local way, i would suggest https://github.com/transistorsoft/react-native-background-fetch This documentation is not...

Take a look at https://github.com/zo0r/react-native-push-notification/issues/1413 He has the same use case

Hi @devanshujain95 For remote notification it's works, only local notification are not supported. I need to make some investigation, but if iOS doesn't support this feature, this will cause compatibility...

@devanshujain95 By local notification, you mean both: - localNotification - localNotificationSchedule I will check this later, today is already full 😄

> @Dallas62 I checked for iOS at [push-notification-ios](https://github.com/react-native-community/push-notification-ios#addeventlistener) that this library uses internally. It supports local notification listener. > > And I myself checked at iOS simulator, and it triggers...

Hi, This issue is weird because the library works perfectly when this is the root component (before navigation component). But if I want to avoid this kind of nesting, I...