Hello,
I am not able to set backgroundColor : 'transparent' on iOS , I also tried rgba(0,0,0,0) but also without sucess. Is it even possible?
This should work without problems on icons, what code are you using?
Using style={{backgroundColor: 'transparent'}} instead of backgroundColor='transparent' fixed this for me, oddly enough.
backgroundColor prop was never supported AFAIK, so closing this now with @smoll's solution. 馃憤
Most helpful comment
Using
style={{backgroundColor: 'transparent'}}instead ofbackgroundColor='transparent'fixed this for me, oddly enough.