Commit a91104b
committed
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, I have tested it on an emulator
and as epxected everything seems to be working correctly.
We should do an extended TestFlight testing just in case.
To reiterate, this is a iOS-specific change.1 parent 08f09f3 commit a91104b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
0 commit comments