sramezani/radio-buttons-react-native

Previously selected radio buttons not getting disabled on selecting another radio button after upgrading to SDK 47

adii9 opened this issue · 6 comments

adii9 commented

After upgrading the SDK 44 to SDK 47, the previously selected radio button is not getting disabled when I am selecting another button. Find my code below:
<RadioButtonRN
data={data}
initial = {flag}
value={Gender}
selectedBtn={(data) => setGender(data.label)}
icon={

}
animationTypes={['shake']}
activeColor="#FFFAFA"
textStyle={styles.textstyle}
boxStyle={styles.boxstyle}
style={styles.options}
/>
Is anyone else facing this issue?

image

facing same issue, found a fix ?

I'm also facing the same issue but only when using a custom icon.

I'm also facing the same issue but only when using a custom icon.

check again, even when you don't use custom icon, the button becomes grey, the selected one blue, but the previous one grey.

Anyone found a solution?

same issue with me on SDK47 without icon

Same issue.