hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

Remove check mark from Selected Item in Modal #620

Closed Jake-Mulhern closed 1 year ago

Jake-Mulhern commented 1 year ago

I am using the modal style dropdown and there is a checkmark to the right of the selected item. I would like to remove this completely. How would this be implemented?

Jake-Mulhern commented 1 year ago

I figured out that you can use tickIconStyle to set the display to none and it is then hidden.