react-native-simple-radio-button
react-native-simple-radio-button copied to clipboard
Simple and handy animated radio button component for React Native
Delete issue. Sorry My mistake
Hello Friend. In this link there is an example of your project. https://snack.expo.io/@wyrustaaruz/simple-radio-button-cleaner-problem I want to clean my choice with cleaner button. Changer button is working well with 0...999 or...
``` {/* To create radio buttons, loop through your array of options */} {this.state.radioProps.map((obj, i) => { {/* You can set RadioButtonLabel before RadioButtonInput */} {console.log('hi')}} borderWidth={1} buttonInnerColor={'#e74c3c'} buttonOuterColor={this.state.value3Index ===...
The Touchable area is only the size of the radio button itself. And margin and padding change the size of the radio button: ```jsx console.warning(input)} /> ``` **Suggested solution:** Pass...
I have an object that has id, description , I want the label to be what data is in the description property of my object, how do I do this?...
I cannot change the font family for the labels using `style={{alignItems: 'flex-start', fontFamily: 'Helvetica'}}` options in component. Is it possible?
Hello, We're trying to implement your package in a project for a client that involves a multiple choice quiz. This project is using [Storybook](https://storybook.js.org/ "Storybook Web Site") to create a...
Hi, your example(type2 and 3) is only applicable for 1 group of radio buttons which sets the index using this.setState on onClick. How can i set the selected index without...