toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
565 stars 313 forks source link

Added styling prop "styleIndicator" to change the styling of indicator Icon. Used it wherever styles.indicator was used. #202

Closed SyedTayyabUlMazhar closed 2 years ago

SyedTayyabUlMazhar commented 2 years ago

There was an Icon component that I needed to style as per my need but, there was no prop to add additional styling to that component. So, I've added that prop.