react-native-vector-icons icon indicating copy to clipboard operation
react-native-vector-icons copied to clipboard

is anyway change only background color in icon frame

Open receppolat opened this issue 1 year ago • 1 comments

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

receppolat avatar Jun 23 '23 15:06 receppolat

@oblador

receppolat avatar Jun 23 '23 15:06 receppolat