-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Convert UIWebView -> WKWebView #4074
Comments
First, it is warning, so we don't have problem now. I found two modules use UIWebView to solve this problem for our next version:
|
I've found that this issue is NOT trivial anymore - DeviceInfo from 3.0 uses async API and we need to change many places.. (as I understand it happens because of async nature of WKWebView API) |
Not QA-able. bengtan to monitor. |
Ugh, looks like Firebase still uses UIWebView (FirebaseDynamicLinks?): |
Ah ok, at least if it's on Firebase to update (as opposed to rn-firebase) then we're probably ok. I would imagine they would have to update that within the next couple weeks. invertase/react-native-firebase#2535 (comment).
UIWebView is deprecated but not removed on iOS 12 and is (apparently) also not removed on iOS 13 betas that have started trickling out. |
I guess we're gonna have to wait. |
I was just reading invertase/react-native-firebase#2535 As I interpret it ... I think the fix is to update the some firebase pod to 6.8.1 or newer (the latest is 6.9.0)? We're currently using 6.6.0. https://firebase.google.com/support/release-notes/ios#version_681_-_september_10_2019 |
I didn't see an email from Apple/TestFlight after the 4.27.0 release so I think this is resolved. |
From Apple automated email:
I don't think we use WebView directly in our code, but it's probably buried in a dependency.
The text was updated successfully, but these errors were encountered: