react-native-tag-select icon indicating copy to clipboard operation
react-native-tag-select copied to clipboard

Override props.

Open ryanfox1985 opened this issue 5 years ago • 0 comments

Hello,

I override the props with the data in order to able to customize each item. Here is an example:

data = [
  {
     id: "musica"
     itemLabelStyleSelected: {backgroundColor: "#F05F3E"}
     label: "Música"
   }
....
]

image

Regards.

ryanfox1985 avatar May 02 '20 18:05 ryanfox1985