You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
in many many case, I can only deal with android device back button in Modal.alert(title, message,actions,onBackHanlder), or Modal.prompt(...).
But in <Modal {...props}/>, I have no idea about dealing with android device back button.
In my project, there are a lot of <Modal ... /> component, but after Pressing the device back button, how to close the modal?
I don't understand why to delete onRequestClose prop in RN.
hope your reply.
What does the proposed API look like?
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
in many many case, I can only deal with android device back button in Modal.alert(title, message,actions,onBackHanlder), or Modal.prompt(...).
But in <Modal {...props}/>, I have no idea about dealing with android device back button.
In my project, there are a lot of <Modal ... /> component, but after Pressing the device back button, how to close the modal?
I don't understand why to delete onRequestClose prop in RN.
hope your reply.
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: