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

Doesn't work on iOS in Expo #13

Closed
kivanov82 opened this issue Apr 24, 2019 · 3 comments
Closed

Doesn't work on iOS in Expo #13

kivanov82 opened this issue Apr 24, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@kivanov82
Copy link

"expo": "^32.0.0"
"react-native-echarts-wrapper": "^1.3.0",
"react-native-webview": "^5.7.1",

Invariant Violation: requireNativeComponent: "RNCWKWebView" was not found in the UIManager.

This error is located at:
in RNCWKWebView (at WebView.ios.js:288)
in RCTView (at View.js:44)
in WebView (at src/index.js:133)

@tomLadder
Copy link
Owner

Expo still uses the old Webview from react-native
Gonna add the possibility to use the old one if required.

@tomLadder tomLadder self-assigned this Apr 24, 2019
@tomLadder tomLadder added the bug Something isn't working label Apr 24, 2019
@kivanov82
Copy link
Author

@tomLadder would be appreciated, the library is great!

@tomLadder
Copy link
Owner

Just released v1.4.0 🎉.
This release should solve your problem / adds Expo support to the library.

Attention:
add legacyMode to the ECharts component. It will then use the Webview from 'react-native' instead of react-native-echarts-wrapper. (see README for further information)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants