react-native-tag-select
react-native-tag-select copied to clipboard
Override props.
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"
}
....
]

Regards.