Pan gesture handler transform animation slow #2475
Unanswered
maartenvandillen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm trying to incorporate @wcandillon Chrome tabs example https://github.com/wcandillon/can-it-be-done-in-react-native/tree/master/season3 in an existing RN app. The expo example runs very smooth. When I copy the Chrome screen in my own app the animation becomes very slow. Especially when I move the tap point slowly it seems there are way too many animation frames. See screenshot/anim gif below. First app is my own app, second app is expo running the example. Note that in the first app the mouse pointer is already at the target x/y for one second and the button is lagging behind.
Most important versions from my package.json:
I know version 1 of this library is no longer maintained, but I was wondering if this has anything to do with a higher RN version? (0.61.4 in expo example vs 0.64.1 in my app)
Beta Was this translation helpful? Give feedback.
All reactions