Closed dsernst closed 8 years ago
The way it's currently written looks like it's importing NativeAppEventEmitter from react, rather than react-native.
NativeAppEventEmitter
react
react-native
Is there a reason for splitting this import into two lines, when otherwise unnecessary?
import
Thanks @dsernst. Yeah, I meant to change this a while ago. I was definitely confusing.
👍👍 😄
Thanks for the great library. Was able to hook it all up pretty quickly last night and everything worked like a charm.
The way it's currently written looks like it's importing
NativeAppEventEmitter
fromreact
, rather thanreact-native
.Is there a reason for splitting this
import
into two lines, when otherwise unnecessary?