react-native-segmented-android
react-native-segmented-android copied to clipboard
Element index changes from build to build
I was trying to get the text or a value from the selected value. However, the index of all elements change from build to build. Is there any reason for this?
:+1:
I ran into same issue, after digging into it, I found that the index is always a view id rather than something like [0, 1, 2]
修改了index的问题,但是现在超过五个,第一次进入,index没有问题,但是第五个的颜色会出现问题,刷新一次就好了,目前没有找到原因
@zzyyppqq Care to translate that in English?