react-native-highcharts-wraped
Version:
Implementation of react-native-highcharts with scroll issue fixed for mobile devices, week number and ranges added for date formats and webView white screen onLoad fixed to have same background color as chart
29 lines (28 loc) • 859 B
JSON
{
"name": "react-native-highcharts-wraped",
"version": "2.2.1",
"description": "Implementation of react-native-highcharts with scroll issue fixed for mobile devices, week number and ranges added for date formats and webView white screen onLoad fixed to have same background color as chart",
"main": "react-native-highcharts.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/open-luko/luko-highcharts"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"WebView",
"HighCharts"
],
"author": "Ourabio",
"license": "MIT",
"homepage": "https://gitlab.com/open-luko/luko-highcharts/blob/master/README.md",
"dependencies": {
"react-native-webview": "^5.12.1"
}
}