How to run on UI thread? #10561
Answered
by
jonthysell
ClaudiuHBann
asked this question in
Q&A
-
I have a module in C++ and I call a method from it and I set it's callback because it is an async one. |
Beta Was this translation helpful? Give feedback.
Answered by
jonthysell
Sep 15, 2022
Replies: 1 comment
-
You should be able to access the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jonthysell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to access the
UIDispatcher
on theReactContext
you saved off in your native module on init. https://microsoft.github.io/react-native-windows/docs/native-api/IReactContext#uidispatcher