From 7bd887692d3ac40d942ef19434096576ed66c3e3 Mon Sep 17 00:00:00 2001 From: Boris Yankov Date: Fri, 2 Nov 2018 12:28:42 -0700 Subject: [PATCH] webview: Replace UIWebView with WKWebView React Native 0.57+ supports the new `WKWebView` iOS component in `WebView` instead of the legacy `UIWebView`.. The UIWebView component is deprecated since iOS 12 https://developer.apple.com/documentation/uikit/uiwebview WKWebView is supported on iOS 8 and newer so that is not a concern. https://developer.apple.com/documentation/webkit/wkwebview An article on the `WKWebView` support in React Native here: http://facebook.github.io/react-native/blog/2018/08/27/wkwebview The change code-wise is trivial, but this needs thorough manual testing. --- src/webview/MessageListWeb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webview/MessageListWeb.js b/src/webview/MessageListWeb.js index d51c4062aeb..51259b36f2e 100644 --- a/src/webview/MessageListWeb.js +++ b/src/webview/MessageListWeb.js @@ -90,6 +90,7 @@ export default class MessageListWeb extends Component { return (