You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`react-native-slide-charts` uses [`react-native-svg`](https://github.com/react-native-community/react-native-svg), [`d3`](https://github.com/d3/d3), and [`react-native-gesture-handler`](https://github.com/software-mansion/react-native-gesture-handler) to create interactive charts.
7
+
8
+
## [Check out the demo in expo](https://snack.expo.io/@nhannah/react-native-slide-charts)
9
+
10
+
## Features
11
+
12
+
### Bar Chart
13
+
14
+
### Area Chart
15
+
16
+
TODO: Gifs
17
+
18
+
---
19
+
20
+
## Installation
21
+
22
+
---
23
+
24
+
```console
25
+
$ npm install react-native-slide-charts --save
26
+
```
27
+
28
+
or
29
+
30
+
```console
31
+
$ yarn add react-native-slide-charts
32
+
```
33
+
34
+
### Peer Dependencies
35
+
36
+
`react-native-slide-charts` depends on three peer dependencies with native modules that must be installed alongside it. Follow the installation instructions for both iOS and Android for all three packages.
Make sure the version of the native module packages chosen works with the `react-native` version of the project. Manually linking the projects may be required depending on the version and platform.
0 commit comments