-
Notifications
You must be signed in to change notification settings - Fork 988
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
Fix deprecated webview API issue #8897
Comments
@siphiuel curious - do you think we need to prioritize this one for v1? |
@rachelhamlin this is in scope for webview migration, as UIWebView was removed from community webview back in version 7.0.1: https://github.com/react-native-community/react-native-webview/releases/tag/v7.0.1 |
@siphiuel will we run into trouble when we submit v1 with UIWebView included? |
@rachelhamlin I don't think so, this is only a deprecation warning. As Apple hasn't yet provided an exact deadline when they will actually start rejecting apps with UIWebView, we should be safe for now. Once Apple provides the deadline, I think there will still be a fair amount of time (> 1 month) before it comes into effect. |
Great :) that's good to hear. Thanks @siphiuel. |
as I can understand, issue is still relevant in Status v1.0.1 |
Closed in #10090 |
Problem
Not sure if this is a release blocker; docs do not detail when Apple will stop accepting use of this API.
The text was updated successfully, but these errors were encountered: