Replies: 1 comment 2 replies
-
Okay so it seems that when they get added to the separate What scenarios could cause the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm having a little trouble understanding how the new
EventEmitters
are working behind the scenes on iOS, and if there's a disconnect between the documentation and what actually happens. So my understanding is that every function that is created in the JSI module gets ajsi::Value __hostFunction_...
function generated in the...-generated.cpp
file, as well as avirtual
method declaration in theSpecJSI.h
file, among other things. Should we expecting similar functions to exist for aonThingHappens
JS method, after we declare areadonly onThingHappens: EventEmitter<blah>
? Or is there another syntax to call these events on the JS side?Beta Was this translation helpful? Give feedback.
All reactions