radio-buttons-react-native
radio-buttons-react-native copied to clipboard
Animated radio buttons component for react native
Hi, I got an error, "Failed to compile" when I run the example code. I am new to React Native and the error location is not in the example code....
I got this error when installing this library: ./node_modules/radio-buttons-react-native/RadioButtonRN.js 101:20 Module parse failed: Unexpected token (101:20) You may need an appropriate loader to handle this file type, currently no loaders...
I want to uncheck the radio button when new questions appear. Currently when I change the question by pressing next button the new question appear with already selected option.
Expo
Is this package support expo?
is there any way to make selected radio button to remain selected while navigating from screen to screen. for example I have 2 screens **HomeScreen** and **OptionsScreen** and some radio...
Setting initial prop causes re-render. I believe this is because although default props are set to -1, the active index is also set to -1 in the constructor.
How to push 2 radio button together in 1 line
I made a module declaration for this library to get it working in typescript. Here it is for anyone else that has this issue, feel free to open a PR...