You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I’m building a custom TurboModule using the new architecture and implementing everything in pure C++ (not Objective-C++). I’ve successfully wired up my module and can call methods from JS using the NativeSampleModuleCxxSpec.
My question is:
Is there an officially supported way to emit events from pure C++ TurboModules back to JavaScript
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I’m building a custom TurboModule using the new architecture and implementing everything in pure C++ (not Objective-C++). I’ve successfully wired up my module and can call methods from JS using the NativeSampleModuleCxxSpec.
My question is:
Is there an officially supported way to emit events from pure C++ TurboModules back to JavaScript
Beta Was this translation helpful? Give feedback.
All reactions