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

It looks really awesome. However, I really want a grid. Does it support it? Else, could you add it? Thanks!

Hi, I built & start run-andoird this Example project. error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command failed: ./gradlew...

When data has zeroes label returns undefined and the dot won't show on the right location when the angle get too steeper like this ![Screenshot from 2021-01-06 12-15-02](https://user-images.githubusercontent.com/39404063/103784717-0e583b80-5019-11eb-8d5a-79ebdfc02cb7.png) ![Screenshot from...

First off, thank you for open sourcing this great library, much appreciated. I am having an issue with the returned currency symbols inside the `ChartXLabel` or `ChartYLabel` worklet on Android....

Hi @osdnk, Today I updated my application to the expo SDK40 that includes the version `2.0.0-rc.0` of `react-native-reanimated` and I am having this wired error, by any chance these charts...

`Invariant Violation: Tried to register two views with the same name RNGestureHandlerButton, js engine: hermes` Using react-native-animated-charts ``` import React from "react"; import Box from "@src/view/components/controls/Box"; import {ChartDot, ChartPath, ChartPathProvider,...

**Problem:** `ChartPath` doesn't render sometimes because `layoutSize` is initialized as 0 on `ChartContext` and is not being updated, causing all values multiplied by either `layoutSize.value.width` or `layoutSize.value.height` to be equal...

TypeError: _ReanimatedModule.default.createNode is not a function (it is undefined), js engine: hermes Invariant Violation: "main" has not been registered. This can happen if: * Metro (the local dev server) is...

The chart animation stops working after upgrading to expo sdk 49 that includes upgrading reanimated to the 3 version I didn't find any dependencies that can affect this Does anyone...

I am using react native animated charts. great library. everything worked perfectly when I just had the chart displaying normally. I am using it with [react-native-bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet/) At first I used...