react-native-simple-radio-button icon indicating copy to clipboard operation
react-native-simple-radio-button copied to clipboard

Simple and handy animated radio button component for React Native

Results 93 react-native-simple-radio-button issues
Sort by recently updated
recently updated
newest added

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...

Hello! I am using this in a project and I am stuck! I am looking for a way to reset the radio options (I have 2 radio buttons and I...

` const radio_props = [ { label: 'Male', value: 0 }, { label: 'Female', value: 1 }, { label: 'Gay', value: 2 }, { label: 'Straight', value: 3 } ];...

When you use react native modal and radio-button at the same component, then the modal not close in Android but when I remove radio-button start to work fine??

Hi guys! was trying to get the evaluations alternatives from a api and then make the radioform to show to the user for which alternatives is going to select, but...

how to

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. maxFontSizeMultiplier prop for RadioButtonLabel Here is...

I want to show label in left and radio in right plz help me

I set the **testID** on the RadioForm component according to the documentation. However, the testIDs in the RadioButtonInput and RadioButtonLabel components have not been defined. I'm using Detox with Jest...

Hello everyone, I have 4 radio buttons and i would like to have 2 in a row and other 2 should move to next row, but currently i have all...