deavial / react-native-dialogbox

Dialog boxes for React Native (forked from react-native-popup)
Other
48 stars 21 forks source link

How to hide this.dialogbox.pop #70

Open saidhappy010 opened 5 years ago

saidhappy010 commented 5 years ago

I use this.dialogBox.pop to navigate to another screen, but when I come back to the previous screen, I find that the popup is not hiding.

deavial commented 5 years ago

You can call this.dialogBox.close() to close the dialog