Replies: 2 comments 1 reply
-
You can do it by utilizing |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jakub-gonet: can you give an example of how I can use this function? |
Beta Was this translation helpful? Give feedback.
1 reply
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'd like to use some functionality of https://github.com/facebook/react-native/blob/master/Libraries/Utilities/MatrixMath.js to do some transformations in the UI thread.
However, I'm getting the error of 'Tried to synchronously call function from a different thread'
Is there a way of wrapping these functions in a form so that they are able to be used as a worklet?
Beta Was this translation helpful? Give feedback.
All reactions