Added readme

This commit is contained in:
Abhinandan Kushwaha 2021-07-30 18:42:53 +05:30
parent 037b007e2d
commit 6f8bc4ea65
1 changed files with 27 additions and 0 deletions

27
README.md Normal file
View File

@ -0,0 +1,27 @@
# react-native-gifted-charts
The most complete library for Bar, Line, Area and Pie charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.
## Installation
```sh
npm install react-native-gifted-charts
```
## Usage
```js
import GiftedCharts from "react-native-gifted-charts";
// ...
const result = await GiftedCharts.multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT