outsung / expo-dynamic-app-icon

🤖 Programmatically change the app icon in Expo.
107 stars 24 forks source link

dynamic icon look like really bad in android #3

Open outsung opened 1 year ago

outsung commented 1 year ago

maybe because not adaptive icon or the icon size?

Todo

hariettem commented 1 year ago

seems launcher dependent. anybody has a workaround?

castdrian commented 1 year ago

avoid android I guess

Giasinit commented 11 months ago

@outsung you need to see plugin/src/withDynamicIcon.ts at 371-377, there are some references to your problem. As you can see, the key "backgroundColor" has the value "#ffffff"... maybe if you change it, you will solve your problem.

castdrian commented 10 months ago

Discord and N26 somehow do it perfectly fine, so there definitely has to be a working solution somewhere