JoeRoddy / react-native-tag-autocomplete

React Native Tag Autocompletion
69 stars 26 forks source link

how to change the background color of Tag autocomplete component #40

Open hanaechahid opened 5 years ago

hanaechahid commented 5 years ago

Hello, I use the tag autocomplete component in my react native app and I want to change the background color of this component. How can I do this ?

FadiAboMsalam commented 5 years ago

@hanaechahid you use the following attributes inputContainerStyle={} tagStyles={} containerStyle={} style={}

i think these should be added to documentation as well

saidhappy010 commented 5 years ago

I used these attributes but did not work except style but did not color the component entirely.