oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

is anyway change only background color in icon frame #1510

Open receppolat opened 1 year ago

receppolat commented 1 year ago
Ekran Resmi 2023-06-23 18 04 58

i want to use like this.

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'} /> this is only example.

receppolat commented 1 year ago

@oblador