Custom notification icon in expo

Please provide the following:

  1. 47:
  2. Android:
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

how do i set up custom icon , i tried setting it up on the app.json

“plugins”: [
[
“expo-notifications”,
{
“icon”: “./assets/safe.png”,
“color”: “#000000’”,
“iosDisplayInForeground”: true,
“androidMode”: “default”,
“androidCollapsedTitle”: “Updates from SafeNaija”
}
]
],

but it doesnt work anyone knows how to get it to work

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.