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
Hi Team, i find some question in webview,The RNCWKWebView not dealloc,i find the reason after debug。
destroyWebView(602 line in RNCWebViewImpl.m)Code will never be executed because RNCWebViewImpl.m don't change to RNCWebViewImpl.mm,mean is RCT_NEW_ARCH_ENABLED it always return false。
the solution is: change RNCWebViewImpl.m to RNCWebViewImpl.mm
Hi Team, i find some question in webview,The RNCWKWebView not dealloc,i find the reason after debug。
destroyWebView(602 line in RNCWebViewImpl.m)Code will never be executed because RNCWebViewImpl.m don't change to RNCWebViewImpl.mm,mean is RCT_NEW_ARCH_ENABLED it always return false。
the solution is: change RNCWebViewImpl.m to RNCWebViewImpl.mm
react-native:0.73.0
"react-native-webview": "13.10.5",
The text was updated successfully, but these errors were encountered: