1

如何使用 react native 推送通知 npm 包在 react native 中设置背景颜色?

在此处输入图像描述

4

1 回答 1

0

add this in the manifest file for Android

 <meta-data
android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/colorAccent" />

for more details visit this link

于 2018-12-26T14:00:40.357 回答