Some of our users are facing crashes related to the webview when opening
our app on IOS 16.1 devices, IOS 16.0 is not affected.
Issue in the react-native-webview repo: https://github.com/react-native-webview/react-native-webview/issues/2718
I was able to put together a Swift WKWebView POC to reproduce the issue: https://github.com/mauri870/react-native-webview-ios-16.1-crash
It should work fine with 16.0 but crashes the native webview process in 16.1.