react-native-multiple-image-picker icon indicating copy to clipboard operation
react-native-multiple-image-picker copied to clipboard

`selectedColor` prop is not working on Android

Open changwoolab opened this issue 1 year ago • 2 comments

selectedColor prop works well on iOS but is not working on Android it changes the "selectTextColor" but not the markers of select images.

It would be great if it is possible to customize colors in colors.xml!

changwoolab avatar Apr 04 '24 05:04 changwoolab

// colors.xml

...
<color name="app_color_pri">#2570fc</color>
...

you can redefine color name app_color_pri like this. it's working for me.

StephenLeeSC avatar Aug 12 '24 05:08 StephenLeeSC