How to catch "Confirm form resubmission" in react-native-webview?
When user reloads page in webview and this page had form, "confirm form resubmission" should be shown (as tested in external browser), but I get just blank white screen.
Am I able to catch this alert, or dismiss it?