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

I am using radio buttons with dropdown. Whenever I select an option from dropdown, the app hung itself. ``` { this.dropDownAdvanceBook = dropDownAdvanceBook }}/> {STR.strings.calendar_access_only_with_permission} {this.setState({value:value})}}/> ``` Here is code...

Hi, I want to have radio buttons in square size but with same behaviour as given in the library. How to achieve that ? Thanks,

My app has 2 pages. page A --navigator.push--> page B page B --navigator.pop-->page A B uses react-native-simple-radio-button. in page B, the inputed radio's value was calulated , and set result...

bug
help wanted

when click on same button twice its UI changes how to fix it.

need more information

When I style the radio button like this. The clickable part is only the yellow part. Is it possible to put the onPress() action on a View container so that...

enhancement

It's been 2 weeks, any updates?

help wanted

Animations look good on iOS, using the same code on Android produces "fake" animations. It looks like the animations are defaulting to the "basic" behavior of just fading in and...

help wanted