ScrollableLineChart
is a horizontally scrollable line chart component that dynamically calibrates it's width based on the data length
given to it. The line chart is created using react-native-svg-charts
library.
You can get access to that library here: https://github.com/JesperLekland/react-native-svg-charts
- Download the project.
- Run
yarn install
in the project folder via terminal. - Run the project via 'react-native run-ios' or 'react-native-run-android'