mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b13e2e8c2e
It looks like in the various changes to native module events, the documentation has become a little confused. As far as I can tell, if you use `sendAppEventWithName` then the `NativeAppEventEmitter` is used and if `sendDeviceEventWithName` then it should be `DeviceEventEmitter`.