react-native-animated-charts
react-native-animated-charts copied to clipboard
Set of components and helpers for building complex and beautifully animated charts
I'm using react native CLI and testing on android. I followed precisely installation instructions on both this repo and reanimated 2 page, and then tried with a simple chart like...
I was wondering if there is a way to create a straight line in middle before the data loads? I have tried a bunch of data points to get the...
``` ``` when removing CurrentPositionVerticalLine component, everything works well. However, when adding it, it throws error as the following: 
 we are trying to achieve the above
import react from 'react'; import {dimensions, view} from 'react-native'; import {chartdot, chartpath, chartpathprovider, monotonecubicinterpolation} from '@rainbow-me/animated-charts'; export const {width: size} = dimensions.get('window'); export const data = [ {x: 1453075200, y:...
I was wondering how to make the entire chart's background color be black.
https://github.com/software-mansion/react-native-reanimated/discussions/2004
I copied the whole thing in your example and is not working. How can I fix it? ``` const data = [ { x: 1453075200, y: 1.47 }, { x:...
ChartPathProvider when imported from @rainbow-me/animated-charts throwing an error `ERROR Error: If you want to use Reanimated 2 then go through our installation steps https://docs.swmansion.com/react-native-reanimated/docs/installation` `This error is located at: in...
It works on ios using expo, but when I go to get I get this error message.  Webpack config ``` const { createWebpackConfigAsync } = require('expo-yarn-workspaces/webpack'); module.exports = async...