- removed property canvas (canvas renderer default)
- removed legacyMode (react-native-webview required)
- removed baseUrl
- customTemplatePath prop allows to set the path to a custom html-file (template: node_modules/react-native-echarts-wrapper/dist/index.html)
- Tried to register two views with the same name RNCWebView? (#35)
- Got rejected from Apple review (#31)
- usage on expo as there is no android_asset folder (#19)
- cannot use '\n' in custom format text (#14)
- Variables and functions from injectedJavaScript not available on Android (see react-native issue)
- Loading state/Background Color (#17)
- postMessage double-encoded iOS RN 0.59.x (see react-native issue)
- Broken on React Native >= 0.60.0 (Invariant Violation: Element type is invalid) (#27)
- fix arrow function not working on old version Android webview (#25)
- Dynamic loading issue on iOS (#16)
- Doesn't work on iOS in Expo (#13)
- canvas & legacyMode
- Doesn't work on iOS in Expo (#13)
- tests, coverage, build report
- Blank page on Android (#10)
- crash when not passing an option
- getOption (#4)
- Documentation missing (#3)
- baseUrl prop allows to access local content within the Webview on iOS and Android
- additionalCode prop allows to create more complex chart configurations (e.G.
chart.on('click'
)
- Functions in options do not work when setting via 'setOptions'