radio-buttons-react-native
radio-buttons-react-native copied to clipboard
Previously selected radio buttons not getting disabled on selecting another radio button after upgrading to SDK 47
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={ <Icon name="check-circle" size={25} color="#00ACC1" /> } animationTypes={['shake']} activeColor="#FFFAFA" textStyle={styles.textstyle} boxStyle={styles.boxstyle} style={styles.options} /> Is anyone else facing this issue?
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.