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
React's doc for sending events to JS from native code suggests using RCTEventDispatcher's sendAppEventWithName:body method.
The problem is that RCTNativeAppEventEmitter does not exist. Not sure what the correct solution to this is. Should we create a RCTNativeAppEventEmitter module? Or should the docs suggest using sendDeviceEventWithName:body.
React's doc for sending events to JS from native code suggests using RCTEventDispatcher's
sendAppEventWithName:body
method.The problem is that
RCTNativeAppEventEmitter
does not exist. Not sure what the correct solution to this is. Should we create aRCTNativeAppEventEmitter
module? Or should the docs suggest usingsendDeviceEventWithName:body
.The text was updated successfully, but these errors were encountered: