react-native-segmented-control / segmented-control

React Native SegmentedControl library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MobileMon-Majestic opened this issue · 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