Excerpt from KChartView original url: https://github.com/tifezh/KChartView
kchartlib is a modified version, modification was made for adoption in React-Native.
To use KChartLib, you should.
- clone kchartlib in /android/.
- add include :kchartlib into /android/settings.gradle
- yarn add react-native-kchartview-wrapper
- react-native link react-native-kchartview-wrapper
Notice: if until your installation, the react-native-kchartview-wrapper is not published yet, you can clone it directly into node_modules. Which is located in https://github.com/Changdao/react-native-kchartview-wrapper
As well as you should modify package.json, add the other dependencies.