react-native-vector-icons
react-native-vector-icons copied to clipboard
is anyway change only background color in icon frame
There will be one parent View. I will change the background color this. I will show icon inside parent View but the icon's border color and background color will be different.
<View style = {{backgroundColor: 'yellow'}}> <Icon name= 'iconName' size= {30} backgroundColor= {'white'} borderColor= {'black'} /> </View> this is only example.
@oblador