Patrissol Kenfack
Patrissol Kenfack

Reputation: 863

How to change the app icon background color in react-native for android

Please how do I properly change the default background color of app icon which is white to a one of my choice?

I'm using React-native 0.62

Upvotes: 2

Views: 4946

Answers (1)

Amir Doreh
Amir Doreh

Reputation: 1429

if your icon has already a white background you are not able to change that from the app,if you want to do that it need some complicated border detecting and then you can change it!, you need to modify changes outside of app, or just make its background transparent with Photoshop then use and give background to its parent. i hope it helps

Upvotes: 1

Related Questions