Может быть установлено в app.json
в Expo
.
«уведомление»
Конфигурация для удаленных (push) уведомлений.
{
"notification": {
/*
Local path or remote url to an image to use as the icon for push notifications.
96x96 png grayscale with transparency.
*/
"icon": STRING,
/*
Tint color for the push notification image when it appears in the notification tray.
6 character long hex color string eg: "#000000"
*/
"color": STRING,
/*
Show each push notification individually "default" or collapse into one "collapse".
Valid values: "default", "collapse"
*/
"androidMode": STRING,
/*
If "androidMode" is set to "collapse", this title is used for the collapsed notification message.
eg: "#{unread_notifications} new interactions"
*/
"androidCollapsedTitle": STRING
}
}
Если ваше приложение является автономным приложением, (используйте Expokit)
ExpoKit : чтобы изменить значок уведомления, отредактируйте или заменитефайлы shell_notification_icon.png в android / app / src / main / res / mipmap-.В iOS значки уведомлений совпадают со значком приложения.Все остальные свойства устанавливаются во время выполнения.