react-native-alert-notification icon indicating copy to clipboard operation
react-native-alert-notification copied to clipboard

Dialog type "Info" bug

Open misharexviashvili opened this issue 1 year ago • 2 comments
trafficstars

When you set any colour to info type, "i" icon on top of the modal disappears

misharexviashvili avatar Aug 05 '24 11:08 misharexviashvili

Same issue here.

ProgrammerNephi avatar Oct 16 '24 15:10 ProgrammerNephi

The issue is how tintColor handles images. I fixed it by making the "i" in the image transparent. This requires cloning the library and replacing the info image with the updated image.

ProgrammerNephi avatar Nov 11 '24 17:11 ProgrammerNephi