-
How do I change the color of a notification in React-Native? When I receive a notification, I want to change the background color, which is blue and inside my logo. |
Beta Was this translation helpful? Give feedback.
Answered by
nurassyl
Aug 2, 2021
Replies: 2 comments
-
I believe the information you want, at least for Android, is here? https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#androidnotification |
Beta Was this translation helpful? Give feedback.
0 replies
-
I solved this problem by changing my app icon background color, it will get dominant color of app icon. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andersonaddo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved this problem by changing my app icon background color, it will get dominant color of app icon.