tint color not working on Android empty values to non empty values
MobileMon-Majestic opened this issue · 0 comments
MobileMon-Majestic commented
if I have values={[]} but then later change those values on a condition, like 'values={x == null ? [] :valuesArray}, then tint color does not work on android
iOS does not have this problem