wumke

Results 49 comments of wumke

That is strange indeed! On iOS or Android? Do you have other packages or self defined notification listeners in your app that can explain what you see?

I've tested it in my app on iOS in foreground, i see no alert but I've also used react native push notifications package in that app and catch notifications when...

Very good point, will update it in next version!

PR merged, I'm very busy at the moment... you can specify the commit key and get it directly from github instead of forking...

I use my private repo's like this with npm: "myprivatepckgname": "git+https://user:password@domain/path/to/myprivatepckg.git#hashvalue" Works perfectly!

There have been various issues and workarounds in the past (and it works on all my tested devices), since this is another project issue I suggest you post all your...

I use this package in combination with the react-native-push-notification package, their 'onNotification(notification)' function triggers also when the app is opened from a notification. I check there if notification.userInteraction is true,...

Yes, I think that should work, maybe you need to provide some other fake data in the configure object. Feel free to try and post your findings here.

I also noticed that, only in iOS, the circle is shifted slightly to the right. I used fadingCircleAlt and substracted CGFloat circleRadius = size.width / 16; from x and y...

Following this since I wanted to update in the coming months...