Skip to content
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

RNR 3.16.7/3.17.0 and RN 0.76.7 all animations are freezing ios/android #7052

Open
denysoleksiienko opened this issue Feb 19, 2025 · 6 comments
Labels
Platform: Android This issue is specific to Android Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snippet of code, snack or repo is provided

Comments

@denysoleksiienko
Copy link

Description

After updating RNR to 3.16.7 and RN to 0.76.7 all animations are freezing on ios/android, but works fine on the old version 3.15.1.
In my example freezing Animated TextInput, BottomSheet, Collapsing

411318651-.mp4

Steps to reproduce

  1. clone repo
  2. run yarn pod-install
  3. run yarn start
  4. run yarn ios

Snack or a link to a repository

/~https://github.com/denysoleksiienko/keyboard-controller/tree/main

Reanimated version

3.16.7

React Native version

0.76.7

Platforms

Android, iOS

JavaScript runtime

Hermes

Workflow

React Native

Architecture

Fabric (New Architecture)

Build type

None

Device

iOS simulator

Device model

No response

Acknowledgements

Yes

@github-actions github-actions bot added Platform: Android This issue is specific to Android Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snippet of code, snack or repo is provided labels Feb 19, 2025
@mhoran
Copy link
Contributor

mhoran commented Feb 19, 2025

Had you enabled New Architecture before upgrading to React Native 0.76? New Arch is enabled by default in 0.76 but was not in prior versions. The issue you're describing sounds similar to other issues that have come up on New Architecture. You may want to try disabling New Arch to see if the issues go away. See #6865, #6854.

@denysoleksiienko
Copy link
Author

@mhoran yeah, you are right. on Old Arc no freezes. But broken some components, because we develop in New Arc

@JeanSilvany
Copy link

In my app with RN 76.6 and new Arch broken all animations because flicks.

@denysoleksiienko
Copy link
Author

I noticed that the versions 3.16.0 to 3.17.0 in new Arch all animations are freezing, but the last works in new Arch version 3.15.x.
And roll back to 3.15.x. I cannot in my project, because ver. 3.15 doesn't work on react-native 0.76-0.77

@JeanSilvany
Copy link

I tried Reanimated 4 beta-2 but the problem persist. The new Arch is disabled in my project because issue in reanimated.

@denysoleksiienko
Copy link
Author

Issue still reproduce in 3.17.0

@denysoleksiienko denysoleksiienko changed the title RNR 3.16.7 and RN 0.76.7 all animations are freezing ios/android RNR 3.16.7/3.17.0 and RN 0.76.7 all animations are freezing ios/android Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Android This issue is specific to Android Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snippet of code, snack or repo is provided
Projects
None yet
Development

No branches or pull requests

3 participants