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

Simple and flexible Radio button for React Native App

Results 20 react-native-flexi-radio-button issues
Sort by recently updated
recently updated
newest added

I want to reset or no selected value ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/44763288/91272871-03f67d00-e7af-11ea-990f-5f7c71b72679.gif) my reset button function looks like this. ``` { console.log(`Selected index: ${this.state.index} , value: ${this.state.value}`) this.setState({ index: 10, value: ''...

Hello Friend, I have a problem with your library. For example in this link used your library. https://github.com/ejoo/react-native-quiz-app Please use my snack link for details. Snack is : https://snack.expo.io/@wyrustaaruz/quiz-example First...

How center content in RadioButton?

When i set flex direction to row and flexWrap to 'wrap' then there is unnecessary height the radio button takes up, also it doesn't grows the parent container to show...

how to add a horizontal line or divider between radio buttons?

I want to know what i select in every group ,but i can't do it. everybody hlpe me, please this is my data ``` this is this.state.data: Array [ Object...

I am using this module, it's all working fine. But i have a dynamic data it displays in ListView. Once i have selected one option in ListView then the index...

It would be nice to have an RTL support. Currently the text is always on the right of the radio button, for the current project I am working on it...

Hi, I want to implented radio buttons in list view in react native.