基于SVG的可交互ReactNative图表组件。
$ cd examples
$ npm install
$ npm run wml-start$ npm add react-native-interactive-charts --save虽然package.json已经间接依赖react-native-svg、
react-native-linear-gradient,但因为ReactNative的Link命令无法识别间接依赖,所以请先添加:
$ npm add react-native-svg --save$ npm add react-native-linear-gradient --save$ react-native link react-native-svg $ cd ios && pod install
