-
Hey all, I am trying to generate a component that exposes a callback as a prop. My codegen spec looks like
but when I ran
EDIT: The above setup work fine on iOS, it does generate an EventEmitter.h with what seem a correct implementation
Expected result: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes you're right that we're not generating the corresponding Event class for Android in Java. That's a feature we can add to the codegen and we're actually open to receive contributions on it if someone is willing to take a stance at it 👍 |
Beta Was this translation helpful? Give feedback.
Yes you're right that we're not generating the corresponding Event class for Android in Java. That's a feature we can add to the codegen and we're actually open to receive contributions on it if someone is willing to take a stance at it 👍