software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
9.11k stars 1.32k forks source link

IllegalViewOperationException associated with ReanimatedUIManage on production crashlytics #6435

Open Mahmoudn1 opened 3 months ago

Mahmoudn1 commented 3 months ago

Description

we are facing this error in production in Crashlytics that we can not reproduce

   Fatal Exception: com.facebook.react.uimanager.IllegalViewOperationException: Trying to update non-existent view with tag 39
   at com.facebook.react.uimanager.UIImplementation.updateView(UIImplementation.java:272)
   at com.facebook.react.uimanager.UIManagerModule.updateView(UIManagerModule.java:430)
   at com.facebook.react.uimanager.ReanimatedUIManager.updateView(ReanimatedUIManager.java)
   at java.lang.reflect.Method.invoke(Method.java)
   at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)
   at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188)
   at com.facebook.jni.NativeRunnable.run(NativeRunnable.java)
   at android.os.Handler.handleCallback(Handler.java:942)
   at android.os.Handler.dispatchMessage(Handler.java:99)
   at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
   at android.os.Looper.loopOnce(Looper.java:226)
   at android.os.Looper.loop(Looper.java:313)
   at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)
   at java.lang.Thread.run(Thread.java:1012)

Steps to reproduce

We can not reproduce it

Snack or a link to a repository

not available

Reanimated version

3.5.1

React Native version

0.72.11

Platforms

Android, iOS

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

No response

Acknowledgements

Yes

github-actions[bot] commented 3 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?