react-native-highcharts
react-native-highcharts copied to clipboard
📈 Add Highcharts charts to react-native app for IOS and Android
If options didn't pass as props then Graph will not be rendered. Added condition to check if options props.
Web View has been depriciated from core react-native and needs to be added from a new package called react-native-webview
data:  result: 
I am trying to implement Organisation chart of highcharts https://www.highcharts.com/docs/chart-and-series-types/organization-chart I added the scripts in index.js file above exporting.js and added the code for org chart in app.js . On...
According to the [React Native Docs](https://facebook.github.io/react-native/docs/webview) the `` is going to be removed from React Native core and we should instead use [react-native-community/react-native-webview](https://github.com/react-native-community/react-native-webview).
Hey, I know, you are stringifying the formatter function and sending it over to the native side. Anyway, I think you could either put up a caveat, how it works,...
**package.json** { "name": "SunnyWeather", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "react": "16.4.1", "react-native": "0.56.0", "react-native-highcharts": "^1.0.2" }, "devDependencies": { "babel-jest": "23.2.0",...
Hello , Any one can tell how to Implement the HighCharts in React Native , because I am using this Module **react-native-highcharts** but it is not working Please suggest for...
By this PR we can pass a locale String as prop and all data and time will be localized props name: `locale` and it is optional for backward compatibility By...