Tried to synchronously call a non-worklet function on the UI thread #5539
Unanswered
edvard-bjarnason
asked this question in
Q&A
Replies: 1 comment
-
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.
-
ReanimatedError: [Reanimated] Tried to synchronously call a non-worklet function on the UI thread.
See
https://docs.swmansion.com/react-native-reanimated/docs/guides/troubleshooting#tried-to-synchronously-call-a-non-worklet-function-on-the-ui-thread
for more details., js engine: reanimatedI get this error in the logs but I have no idea where the error is located. I understand the error and know how to probably fix it by adding 'worklet' to the function but I have no idea where to look. Is there a way to get a stack trace so the error can be located?
Beta Was this translation helpful? Give feedback.
All reactions