react-native-simple-radio-button
react-native-simple-radio-button copied to clipboard
Is Selected by Value
Hello,
While using your component, I noticed that the isSelected status is not set according to the values I gave. I chose to use the Pro method for this and I faced the same problem here. And I updated the this.state.value3Index === i
part of the code to be this.state.value3Index === radio_props[i].value
and the problem went away.
It would be great if you could update like this.
Thanks for your work.