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
Is this module supported for react-native 0.60.4([CRAWKWebView webView:decidePolicyForNavigationAction:decisionHandler:] in libreact-native-wkwebview.a(CRAWKWebView.o))
#235
I am running sample application. I installed this module using npm install react-native-wkwebview-reborn and i linked using pods like pod install but i am getting below error in Xcode.
[CRAWKWebView webView:decidePolicyForNavigationAction:decisionHandler:] in libreact-native-wkwebview.a(CRAWKWebView.o)
The text was updated successfully, but these errors were encountered:
srichallamalla935
changed the title
Is this module supported for pods or react-native 0.60.4([CRAWKWebView webView:decidePolicyForNavigationAction:decisionHandler:] in libreact-native-wkwebview.a(CRAWKWebView.o))
Is this module supported for react-native 0.60.4([CRAWKWebView webView:decidePolicyForNavigationAction:decisionHandler:] in libreact-native-wkwebview.a(CRAWKWebView.o))
Sep 11, 2019
I have found RCTJSNavigationScheme was defined in [email protected]
node_modules/react-native/React/Views/RCTWebView.m
line 20 NSString *const RCTJSNavigationScheme = @"react-js-navigation";
Obviously, it has removed in [email protected]. Redefine it in wkwebview temporarily.
I am running sample application. I installed this module using
npm install react-native-wkwebview-reborn
and i linked using pods like pod install but i am getting below error in Xcode.[CRAWKWebView webView:decidePolicyForNavigationAction:decisionHandler:] in libreact-native-wkwebview.a(CRAWKWebView.o)
Versions
Screenshoot
The text was updated successfully, but these errors were encountered: