Can you emit an event with multiple values? #901
ClaudiuHBann
started this conversation in
Feedback
Replies: 1 comment
-
Yes we can emit an event with this library, this is an old library but works (https://www.npmjs.com/package/react-native-event-listeners) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Can you emit an event with multiple values without a wrapper?
For example I currently use
EventEmitter
which only takes an type, but I want to pass two types without making a wrapper over those 2 types, how can I achieve this? is there another emitter which does this? or there is no other way around making a wrapper over the 2?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions