-
-
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
Entering and Exiting animations doesn't work with react new architecture #5656
Comments
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? |
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Snack or a link to a repository section. |
@flodlc You can set |
Thanks for your answer @Latropos, unfortunately reducedMotion is |
Closing this issue because it's a duplicate of #3439. |
Ok, I didn't find this information. Can't wait for it ! |
It is still not working with me. Simple FadeIn animation is not animating in new arch? It is working fine with new arch disabled. Any tips? |
Hmm, that should work just fine. cc @bartlomiejbloniarz Maybe you have any ideas? Can you please try one more thing? In |
@faljabi Have you checked all types of animations? Are all entering, layout and exiting animations not working? Can you share a code snippet? |
Hello guys @bartlomiejbloniarz, @tomekzaw, Thank you for your prompt response. Yes, I tried all types of animations. They do not work only when new arch is enabled. I tried the following:
And nothing worked. I have not tried collapsable={false} yet because I reverted back to paper for now. But I will give it a try. This is my FadeIn Component
|
There seems to be a problem with RN 0.76. Layout Animations should work fine on 0.75 |
@bartlomiejbloniarz oh I see. Thank you for the update. I think I will wait till it gets out of rc. |
In react native with expo sdk 52 still don't working. |
Description
Hi, entering and exiting animations does not work at all with the new architecture, there is no error and the element appears but without any animation.
Works fine with the old architecture.
I have tried with canary versions too but it doesn't solve the issue.
Steps to reproduce
With the given versions, this code won't work on the new architecture but works well on the old architecture.
Snack or a link to a repository
Reanimated version
3.6.2
React Native version
0.73.4
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
iOS simulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: