-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Stack animation sometimes doesn't work with Reanimated 2 (TurboModules) #8756
Comments
Hey! Thanks for opening the issue. The issue tracker is intended for only tracking bug reports in React Navigation. Seems you have an issue related to |
Same issue with exact same packages. With reanimated 2, stack navigation animation sometimes not working. It is navigating other page without transition. Edit 1: Putting Stack Navigator into the Tab Navigator solving the issue. But if the Stack Navigator in root, problem still exists.. Edit 2: I got the same when the Stack Nav inside Tab Nav... |
something similar here, randomly I know that it is frozen at the beginning of the transition and from that moment it hangs and I have to kill expo Im running on Expo 39 and I am using the same packages except for react-native-reanimated that I am using the version react-native-reanimated@2.0.0-alpha.6.1, |
I have this issue as well |
This issue is too old and I did not get this issue again after new releases. If you think you have this issue, please share your version numbers guys. |
Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup. The easiest way to provide a repro is on snack.expo.dev. If it's not possible to repro it on snack.expo.dev, then please provide the repro in a GitHub repository. |
Hello 👋, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it. |
Current Behavior
Stack animation doesn't work sometimes.
Expected Behavior
Animations should work all time.
How to reproduce
Snack (It's just code, please run it locally with Reanimated 2 set up): https://snack.expo.io/Rq8gJNJIM
Your Environment
The text was updated successfully, but these errors were encountered: