Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebView is no longer imported from react-native #10

Open
deroude opened this issue Aug 27, 2019 · 3 comments
Open

WebView is no longer imported from react-native #10

deroude opened this issue Aug 27, 2019 · 3 comments

Comments

@deroude
Copy link

deroude commented Aug 27, 2019

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

@athenawisdoms
Copy link

@deroude Can this issue be the reason for getting blank charts with Expo SDK 34 and RN 0.59?

If so, how can we manually patch the code?

@HariMohan-eng
Copy link

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.

@jplandry908
Copy link

@deroude @athenawisdoms @HariMohan-eng

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants