react-native-vs-charts
react-native-vs-charts copied to clipboard
A charting library built using only View and Style
I noticed that all the elements of `` such as grids, ticks, labels, axis lines are always rendered even if the corresponding props were set to `false`. As I'm not...
As an examplle, Axes.js requires ReactPropTypes `var ReactPropTypes = require('ReactPropTypes');` 
Can you add this code example? Thanks
Hi, I'm using RN 0.15 for developing an iOS and Android app. If I just require the module like: ``` var { Axes, BarChart, LineChart, makeRange, generateScale } = require('react-native-vs-charts');...