react-native-multiple-image-picker
react-native-multiple-image-picker copied to clipboard
`selectedColor` prop is not working on Android
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!
// colors.xml
...
<color name="app_color_pri">#2570fc</color>
...
you can redefine color name app_color_pri like this. it's working for me.