react-native-animated-charts
react-native-animated-charts copied to clipboard
React Native Animated Charts doesnt seem to be compatible with react-native-bottom-sheet
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):

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