An open API service indexing awesome lists of open source software.

https://github.com/jkuri/react-native-realtime-chart

Realtime chart demo for react-native using d3 and react-native-skia
https://github.com/jkuri/react-native-realtime-chart

d3 react-native react-native-reanimated react-native-skia

Last synced: 30 days ago
JSON representation

Realtime chart demo for react-native using d3 and react-native-skia

Awesome Lists containing this project

README

        

# react-native-realtime-chart

Realtime chart demo for `react-native` using `d3` and `react-native-skia`.

Works on both iOS and Android devices.

## Preview

![Preview](https://github.com/jkuri/react-native-realtime-chart/assets/1796022/194d1d83-98b1-49d3-838b-d8611e02c0c3)

## Run Instructions

First, clone the repository

```sh
git clone https://github.com/jkuri/react-native-realtime-chart.git
```

Then, install the dependencies

```sh
npm install
```

Start the project:

```sh
npm start
```

## License

MIT

## Author

Jan Kuri