Doesn't work on iOS in Expo
kivanov82 opened this issue ยท 3 comments
"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)
Expo still uses the old Webview
from react-native
Gonna add the possibility to use the old one if required.
@tomLadder would be appreciated, the library is great!
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)