react-native-chart-view
Version:
JavaScript implementation of a view container that can flip between its front and back, where the back has a console.log and the front is your aplication.
29 lines (28 loc) • 839 B
JSON
{
"name": "react-native-chart-view",
"version": "0.0.1",
"description": "JavaScript implementation of a view container that can flip between its front and back, where the back has a console.log and the front is your aplication.",
"main": "react-native-ChartView.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/Infinity0106/react-native-chart-view"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"WebView",
"HighCharts"
],
"author": "Infinity0106",
"license": "MIT",
"bugs": {
"url": "https://github.com/Infinity0106/react-native-chart-view/issues"
},
"homepage": "https://github.com/Infinity0106/react-native-chart-view#readme"
}