react-native-vs-charts icon indicating copy to clipboard operation
react-native-vs-charts copied to clipboard

When I require the module, error: Unable to resolve module ReactPropTypes

Open nbastoWM opened this issue 10 years ago • 1 comments

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: image

nbastoWM avatar Dec 16 '15 17:12 nbastoWM

@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.

alwx avatar Jan 24 '16 18:01 alwx