You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
The text was updated successfully, but these errors were encountered:
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 thebottom sheet
with it, i HAVE to use thebottomsheet 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):
The text was updated successfully, but these errors were encountered: