Is remote debugging supported with Reanimated 2.9.1 without Flipper (RN 0.68.2)? #4041
Unanswered
mrvincenzo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is remote debugging supported with reanimated 2.9.1? If I understand the documentation correctly, remote debugging is not supported.
Remote debugging works fine with Reanimated 2.2.4. All later versions up to v3, behave as described below (I didn't try 3.0.0-rc).
Once I run my app with remote debugging, I can't get passed the first reanimated2 animation. The animation ends but the completion callback is never called. Instead this warning appears in the debugger console
findAndUpdateNodes was passed a nullish node
.When running normally, without remote debugging, all animations work as expected.
Beta Was this translation helpful? Give feedback.
All reactions