react-native-highcharts
react-native-highcharts copied to clipboard
Updated WebView library (the one being used is gonna be removed) and iOS error
According to the React Native Docs the <WebView/>
is going to be removed from React Native core and we should instead use react-native-community/react-native-webview.
note that this has a problem with expo
I'm having issues adding this fork as I think the source package.json has an invalid semver version...
$ yarn add git+https://github.com/BernaLang/react-native-highcharts.git#86ce7bf
yarn add v1.16.0
[1/4] 🔍 Resolving packages...
error Can't add "react-native-highcharts": invalid package version "1.1".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
I'm having issues adding this fork as I think the source package.json has an invalid semver version...
$ yarn add git+https://github.com/BernaLang/react-native-highcharts.git#86ce7bf yarn add v1.16.0 [1/4] 🔍 Resolving packages... error Can't add "react-native-highcharts": invalid package version "1.1". info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
I changed the version, it should work now 😄
note that this has a problem with expo
I don't really work with expo, could you tell me what the problem is?
Added a new commit to fix a iOS error by whitelisting the file directory on the webview.
only error im getting in my testflight build is related to the deprecated webview from this package, any chance this will be merged soon?
can you please update ASAP . since our app usage a lot of highcharts and in the latest release of react-native does not support webview from react-native . Please replace it with webview from react-native-webview
Do you know when this pull request will be merge ? We need it to use it with react-native 0.59.
Please accept the pull request so we can update our application.