react-native-vs-charts
react-native-vs-charts copied to clipboard
When I require the module, error: Unable to resolve module ReactPropTypes
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');
this error appears:

@nbastoWM hey. Of course, it may be too late, but I've fixed your problem (because I faced the same problem today). Please, check my fork or wait for my PR to be merged.