react-native-segmented-control/segmented-control

tint color not working on Android empty values to non empty values

MobileMon-Majestic opened this issue · 0 comments

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