react-native-dialogbox icon indicating copy to clipboard operation
react-native-dialogbox copied to clipboard

How to hide this.dialogbox.pop

Open saidhappy010 opened this issue 5 years ago • 1 comments

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.

saidhappy010 avatar Aug 15 '19 16:08 saidhappy010

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

deavial avatar Aug 16 '19 05:08 deavial