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,
Previously We used "react-native": "^0.59.6". Due to some limitations in older version we have upgraded to "react-native": "0.61.4" (on which we facing the same error which i have mentioned earlier- Web view has been removed from react native)
How we can remove this error, Please let me know ASAP.
Hi all. I was having this same problem and ended up moving to 'react-native-f2charts'. Basically, someone took the current version of 'react-native-f2chart' and fixed this issue. The earlier warnings became errors once I upgraded to 0.61, so I was forced to make the change.
You need to update your dependency expectation and import, because WebView is now in a different package -- https://github.com/react-native-community/react-native-webview
The text was updated successfully, but these errors were encountered: