danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
200 stars 89 forks source link

dropdown arrow icon color? #32

Closed Bobo-amg closed 1 year ago

Bobo-amg commented 1 year ago

Without supplying a substitute icon is it possible to change the color of the default arrow?

danish1658 commented 1 year ago

No you cant because its an image

jose920405 commented 1 year ago

That's sad. It would be great if it would be an SVG

<SvgUri
        uri="https://example.com/path/to/image.svg"
        fill="red" // Specify the desired color here
      />

In where fill could be a prop for changing the color.

Maybe for a future update.