radio-buttons-react-native icon indicating copy to clipboard operation
radio-buttons-react-native copied to clipboard

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

Open adii9 opened this issue 2 years ago • 6 comments

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?

image

adii9 avatar Nov 20 '22 14:11 adii9

facing same issue, found a fix ?

yasir-syed avatar Dec 12 '22 16:12 yasir-syed

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

daviddunnington avatar Dec 19 '22 11:12 daviddunnington

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.

parazitenew avatar Jan 11 '23 05:01 parazitenew

Anyone found a solution?

frederiksen avatar Jan 30 '23 12:01 frederiksen

same issue with me on SDK47 without icon

butri71 avatar Aug 17 '23 13:08 butri71

Same issue.

alamzaib-farooq avatar Mar 19 '24 06:03 alamzaib-farooq