Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ForwardingCookieHandler] Adds Logic To Catch MissingWebViewPackageEx…
…ception Summary: We are seeing crash reports that the webview is missing. In this case it should fail gracefully so that a missing webview does not block from using an app built with React Native. The contains could also be changed to check for "webview" in general to catch all webview related exception. It's currenlty checking on for the specific string that I'm seeing in our app's crashreporting tool.
- Loading branch information