react-native-animated-charts icon indicating copy to clipboard operation
react-native-animated-charts copied to clipboard

Set of components and helpers for building complex and beautifully animated charts

Results 65 react-native-animated-charts issues
Sort by recently updated
recently updated
newest added

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: ![Error shot](https://i.imgur.com/krc99hd.png)

![image](https://user-images.githubusercontent.com/5007879/142981008-b40397f2-d796-4d81-aa8a-b9ed9c245e08.png) 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. ![image](https://user-images.githubusercontent.com/3742176/128227985-1bbfda17-b4ac-4dca-90e1-128f2a2ec36d.png) Webpack config ``` const { createWebpackConfigAsync } = require('expo-yarn-workspaces/webpack'); module.exports = async...