Convert UIWebView to WKWebView

Hello, Expo Team,
Thanks for your support.

Then I have one warning from App Store.
They will end the UIWebViewAPI from Apr 2020.
I’m using tag from react-native-webview
They said that change to WKWebView

How to change this?

I’m using expo 36 and react-native-webview@8.0.6

Kind Regards

Back in SDK 35, we removed react-native ’s UIWebView implementation. Add useWebkit prop to use WKWebView , or replace with @react-native-community/react-native-webview.

We also recently upgraded our SDK 36 builders so that all apps built after Monday March 9th will have no instances of UIWebView in them.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.