RCTModernEventEmitter fires twice for android fabric component #107
Unanswered
BraveEvidence
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I asked the question on react-native's repo six months back but still no reply
I am trying to create a
fabric component for android
, specifically I want to use theonClickHandler
of the button component and pass a callback toreact-native side via RCTModernEventEmitter
. It works fine for iOS but for android theRCTModernEventEmitter
emits twice every time I click the buttonHere is my sample repo
Beta Was this translation helpful? Give feedback.
All reactions