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

React Native Animated Charts doesnt seem to be compatible with react-native-bottom-sheet

Open colinfran opened this issue 2 years ago • 0 comments

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

At first I used the normal react-native-bottom-sheet bottom sheet. It worked great and animates fine. But I had to change to its other version because I am using react native navigation and if i want to use the bottom sheet with it, i HAVE to use the bottomsheet modal.

But If i use the react-native-bottom-sheet bottom sheet modal, the chart animations no longer work.

See example gifs here:

Using normal bottom sheet (changing chart animation working): demoGif2

Using bottom sheet modal (changing chart animation not working): Gif2

colinfran avatar Apr 26 '23 18:04 colinfran