Shows this error in Bugsnag. I am new to react native
, I also don't know how to reproduce this error. Please comment on the solution. The webview version is "react-native-webview": "^11.3.2" and here is the full stack trace:
android.util.AndroidRuntimeException: android.webkit.WebViewFactory$MissingWebViewPackageException: Failed to verify WebView provider, version code is lower than expected: 469208733 actual: 428014133 at android.webkit.WebViewFactory.getProviderClass(WebViewFactory.java:435) at android.webkit.WebViewFactory.getProvider(WebViewFactory.java:252) at android.webkit.CookieManager.getInstance(CookieManager.java:50) at com.facebook.react.modules.network.c.c(ForwardingCookieHandler.java:3) at com.facebook.react.modules.network.c.get(ForwardingCookieHandler.java:1) at okhttp3.JavaNetCookieJar.loadForRequest(JavaNetCookieJar.java:2) at com.facebook.react.modules.network.l.loadForRequest(ReactCookieJarContainer.java:2) at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:17) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:9) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:10) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:1) at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:13) at okhttp3.RealCall$AsyncCall.execute(RealCall.java:2) at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:3) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:923)