Replies: 1 comment
-
We don't overwrite React's queueMicrotask function. We just create own function on our own runtime on UI thread. Method |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I just updated RN Reanimated to v3.3.0 (and other libraries, including RN). In my app I use queueMicrotask in several places. After hours of invastigating why some functionality in my app now is broken, I discovered that you overwrote
global.queueMicrotask
in/lib/module/reanimated2/threads.js
file. My question is why? And why you didn't mention it as breaking change?Beta Was this translation helpful? Give feedback.
All reactions