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
- Host: GitHub
- URL: https://github.com/jkuri/react-native-realtime-chart
- Owner: jkuri
- License: mit
- Created: 2024-04-01T12:16:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T14:33:29.000Z (about 1 year ago)
- Last Synced: 2025-02-06T13:47:35.321Z (3 months ago)
- Topics: d3, react-native, react-native-reanimated, react-native-skia
- Language: TypeScript
- Homepage:
- Size: 187 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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

## 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