如何使用 react native 推送通知 npm 包在 react native 中设置背景颜色?
1177 次
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 回答