-
-
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
com.facebook.react.uimanager.IllegalViewOperationException: Trying to resolve view with tag 2133 which doesn't exist #6091
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. |
Please dont ask for a repro, I am unable to reproduce it |
This is a longstanding known bug I think and finally has a possible PR fix having discovered the view Tags randomly change while re rendering. Make animated component's event tag properly update #6030 |
Thanks for noticing @joe-sam! |
@szydlovsky Thank you for fixing this underlying bug. #5767 has mitigating try-catch blocks but even those are super expensive for performance especially when unnecessarily triggered on so many animation frames. Is there a nightly version for PR's that can be run to check if these similar issues are solved and where could we find that ? |
Can we expect a release addressing this issue any time soon? |
@joe-sam @Vaib215 yes, if you take a look at npm versions of Reanimated, the latest nightly build should have the mentioned fix. |
In terms of stable release, expect one closer to the end of June |
Description
I got the following issue in codepush crashes for my app in production
com.facebook.react.uimanager.NativeViewHierarchyManager.resolveView
NativeViewHierarchyManager.java, line 102
com.facebook.react.uimanager.IllegalViewOperationException: Trying to resolve view with tag 2133 which doesn't exist
Stack Trace
I dont know how to get a repro as the root cause is not evident.
Steps to reproduce
Unable to reproduce
Snack or a link to a repository
NA
Reanimated version
3.11.0
React Native version
0.72.4
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Paper (Old Architecture)
Build type
Release app & production bundle
Device
Real device
Device model
Lava Agni 2 5g
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: