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

Performance regression or race condition between UI and JS threads #6083

Open
yolpsoftware opened this issue Jun 6, 2024 · 0 comments
Open
Labels
Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snippet of code, snack or repo is provided

Comments

@yolpsoftware
Copy link

Description

We had a long-standing problem when we migrated from Reanimated 1.x to the new API of 2.x/3.x. This problem was eventually isolated in #4978 and then resolved.

When we migrated from Expo 50 to 51, the issue regressed. This might be connected to #5816.

At the moment, this blocks our upgrade to Expo 51, since our animations are not usable in that state.

Steps to reproduce

  1. Clone the repository https://github.com/yolpsoftware/rea-3-bugrepro-838. We are interested in the branches expo-50 and expo-51.
  2. Run it somehow on a simulator or device. Since Expo Go does not allow older versions of Expo anymore, you might have to create a Expo Development Client for the expo-50 branch. I created two Development Clients, one for expo-50 and one for expo-51.
  3. If you run the project on the expo-50 branch, you will see green tiles with numbers. These tiles can be swiped down by a pan gesture. The transition will be smooth. The number at the bottom goes off screen, and at the top, the next number appears.
RPReplay_Final1717670108.mp4
  1. On the expo-51 branch however, at the end of the pan gesture, you will see the current number flicker for a short time:
RPReplay_Final1717669943.mp4

Snack or a link to a repository

https://github.com/yolpsoftware/rea-3-bugrepro-838

Reanimated version

3.10.1

React Native version

0.74.1

Platforms

iOS

JavaScript runtime

Hermes

Workflow

Expo Dev Client

Architecture

None

Build type

None

Device

Real device

Device model

iPhone 13

Acknowledgements

Yes

@github-actions github-actions bot added Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snippet of code, snack or repo is provided labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

1 participant