react-native-simple-radio-button
react-native-simple-radio-button copied to clipboard
Not working with react native modal.
When you use react native modal and radio-button at the same component, then the modal not close in Android but when I remove radio-button start to work fine??
I also have a same issue
+1 @moschan Any solution for this?
@moschan Same issue here
I have the same issue. Any solutions?
After made this changes made it work.
In mi case i hade a drop down that triggered a modal and after try to close the modal on android it stayed there even when it wasn't there... xD Remove the UIManager from RadioForm fixed my issue
i have same problem. in my case, i have Cart screen which is have a modal button and 2 section of radio button. the problem is if i click a modal button, the modal shown very slow and laggy and heavy, overlay shown almost for a second.
And i dont know why @anjapadu solved the issue. can you describe what is wrong? from what i see if i disable UIManager.setLayoutAnimationEnabledExperimental, there is no animation in the radio button if i click on the label.
is it better to use Radio button from framework styling like Native base? what is the pros and cons?
u need set animation={false}
u need set animation={false}
Thanks for your comments you saved my day :)