react-native-alert-notification
react-native-alert-notification copied to clipboard
Dialog type "Info" bug
trafficstars
When you set any colour to info type, "i" icon on top of the modal disappears
Same issue here.
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.