-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Android] animation is really slow after upgrade to 0.76.2 #6710
Comments
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Steps to reproduce and Snack or a link to a repository sections. |
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
it seems that rendering/setState will affect the animation, so when the animation starts you need to avoid setState or change props. (it happens only under New Architecture) |
Will it be fixed |
Hi @nazacity, I'm afraid that without a minimal reproduction we can't investigate that. Please provide one. |
I'll try to create reproduction one |
Will u create a reproduction, because it is a Serious problem, if you can't or u don't going, tell me I will reproduce it be cause it happens to me, for my case: fps in the old arch in the worst case gets 54 , in the new arch i could push it the 3 fps, (same reanimated implementation) |
I'm trying but i'm still not abled to reproduce it. |
Yes I will tomorrow morning, sorry I didn’t noticed that u responded. Beside that could I ask u, did u tried on iOS does it work normally their ¿ also you could send me a video with performance monitor on ? And thank u so much |
Description
new arch enabled
animation is really slow weird please see video below
it looks like it take many cpu to run animation
Screen.Recording.2567-11-15.at.18.17.21.mov
new arch disabled
animation is working fine
Screen.Recording.2567-11-15.at.18.10.54.mov
Steps to reproduce
Snack or a link to a repository
Reanimated version
3.16.1
React Native version
0.76.2
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
Android emulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: