You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
I'm facing issue as apple will stop accepting submissions of apps that use uiwebview apis in react native. This is due to in react-native-plaid-link used the react-native-webview package. upto version <7.0.1 the react-native-webview used the UIWebView. Now this UIWebView is deprecated and version >=7.0.1 used WKWebView instead UIWebView. But in react-native-plaid-link uses the 5.3.0 version of react-native-webview. Could you please update the react-native-webview version to >=7.0.1
The text was updated successfully, but these errors were encountered:
Since react-native-webview is a peer dependency of this package, you can require a newer version of it in your app and react-native-plaid-link will work just fine. I'm running it with v8.1.1 of react-native-webview at the moment.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm facing issue as apple will stop accepting submissions of apps that use uiwebview apis in react native. This is due to in react-native-plaid-link used the react-native-webview package. upto version <7.0.1 the react-native-webview used the UIWebView. Now this UIWebView is deprecated and version >=7.0.1 used WKWebView instead UIWebView. But in react-native-plaid-link uses the 5.3.0 version of react-native-webview. Could you please update the react-native-webview version to >=7.0.1
The text was updated successfully, but these errors were encountered: