You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: