-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animation gesture performance frame drops #11
Comments
hi @nandorojo is your issue related with |
With Reanimated 2 and Gesture Handler |
interesting, i'm about to add this library for my Chart component that uses reanimated 2. will update here if i did experience the same thing. |
Which chart? It was happening to me with a chart as well. Noticeable when pushing multiple screens that had the chart. |
i'm using this Chart but i move the codebase into my local repo & cherry pick some of the changes from https://github.com/rainbow-me/rainbow/tree/develop/src/react-native-animated-charts which has the latest code. |
Got it, I was using coinjar’s React Native WAGMI charts. |
When opening multiple screens with
enableFreeze(true)
, gesture performance degrades a lot for me on the top-level screen. It gets fixed if I disable freeze. I'll put together a repro shortly, but wanted to post first to see if anyone else has had the same experience. I'll try to repro with a heavy gesture library to show the difference.The text was updated successfully, but these errors were encountered: