Boris Tacyniak
Boris Tacyniak
Hi, I don't understand why we should add a process inside le library like this one. As far as I remember, it's possible to chain the Listener to add custom...
#1445
Hi @sergey-kozel I understand your point, but I don't understand why you are not able to change the remote message (on backend) if you need advanced notification handling? A good...
> @sergey-kozel 100% agree, currently switching to a "data-only" notification payload will break backward compatibility. If this works then it would be really helpful. You can make your change in...
Hi Did you try to change the parameter of: ```xml ``` Like: ``` @android:color/transparent ```
Hi @artyorsh I took a look at the library code, it seems you can remove : ```xml ``` The `color` property should not be set this way. Actually the library...
[getNotificationColor](https://github.com/zo0r/react-native-push-notification/blob/d91e6e22f02b21ebf6795a8f18574c979ec33861/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationConfig.java#L56-L64) [use of getNotificationColor](https://github.com/zo0r/react-native-push-notification/blob/9e563df1594d42b49d7a692b9d3a45fdeb353bd3/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java#L319-L325) If you don't set it on the manifest, this will use the default Android value, I hope this is will resolve the issue. No exception will...
Hi @alex-mironov, Did you update the installation part of the library ? In your code some properties are not used anymore (senderID) this is why you should check the configuration.
Ok, since you mentioned iOS code, is it a bug on iOS or Android ? If it's iOS, this is not an issue from this library
https://github.com/react-native-community/push-notification-ios/issues/107 ?