magicismight / react-native-root-modal

A pure JavaScript solution for react native`s modal component
MIT License
367 stars 56 forks source link

modal don't dismiss #10

Open kun-guo opened 7 years ago

kun-guo commented 7 years ago

when press hardware back on android, trigger an event to hide modal, first time it's ok, then reopen the modal, then hide modal fail!

xinwanggit commented 7 years ago

have you resolved it??

kun-guo commented 7 years ago

@xinwanggit 搞定了,这是react-native的问题,我自己写了个基于绝对定位的弹出层也是一样的问题。最后我自己写了个动画,通过控制view的高度完美解决

logicallyDimp commented 6 years ago

always set the modalOpen state to false