Closed Vaib215 closed 4 months ago
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 You could try to memoize components to prevent unneeded re renders and see if that mitigates the problem till the fix is released.
Thanks for noticing @joe-sam!
@szydlovsky Thank you for fixing this underlying bug.
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