Skip to content

xiaoguan-tech/react-native-interactive-charts

Repository files navigation

react-native-interactive-charts

基于SVG的可交互ReactNative图表组件。

运行示例工程

$ cd examples
$ npm install
$ npm run wml-start

screen-shot-ios screen-shot-andriod

安装

$ npm add react-native-interactive-charts --save

依赖项

1.依赖

虽然package.json已经间接依赖react-native-svgreact-native-linear-gradient,但因为ReactNative的Link命令无法识别间接依赖,所以请先添加:

$ npm add react-native-svg --save
$ npm add react-native-linear-gradient --save

2. Link native code

$ react-native link react-native-svg 

3. iOS执行pod install

$ cd ios && pod install

About

react-native-interactive-charts is built to provide a interactive chart to React Native APP(support iOS and Android)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors