react-native-simple-radio-button
react-native-simple-radio-button copied to clipboard
Simple and handy animated radio button component for React Native
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...
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...
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...