React-native-vector-icons: Background color : transparent for iOS?

Created on 5 Apr 2017  路  3Comments  路  Source: oblador/react-native-vector-icons

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?

Most helpful comment

Using style={{backgroundColor: 'transparent'}} instead of backgroundColor='transparent' fixed this for me, oddly enough.

All 3 comments

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. 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

toddmetheny picture toddmetheny  路  4Comments

fevzican picture fevzican  路  3Comments

venux92 picture venux92  路  3Comments

a82448186 picture a82448186  路  4Comments

mahdidavoodi7 picture mahdidavoodi7  路  3Comments