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

Not working with react native modal.

Open apatche7 opened this issue 6 years ago • 8 comments

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??

apatche7 avatar Mar 01 '18 13:03 apatche7

I also have a same issue

jitendra-chandwani27 avatar Mar 08 '18 06:03 jitendra-chandwani27

+1 @moschan Any solution for this?

shibbyy avatar May 14 '18 10:05 shibbyy

@moschan Same issue here

varkrishna avatar May 19 '18 09:05 varkrishna

I have the same issue. Any solutions?

kenkotch avatar Oct 05 '18 20:10 kenkotch

After made this changes made it work. image

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

anjapadu avatar Oct 08 '18 22:10 anjapadu

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?

hotaryuzaki avatar May 06 '19 04:05 hotaryuzaki

u need set animation={false}

oogoo avatar May 24 '19 03:05 oogoo

u need set animation={false}

Thanks for your comments you saved my day :)

hsboykjh avatar Feb 01 '22 01:02 hsboykjh