wmcmahan / react-native-calendar-reminders

React Native Module for IOS Calendar Reminders
MIT License
90 stars 20 forks source link

README: Simplify NativeAppEventEmitter import #20

Closed dsernst closed 8 years ago

dsernst commented 8 years ago

The way it's currently written looks like it's importing NativeAppEventEmitter from react, rather than react-native.

Is there a reason for splitting this import into two lines, when otherwise unnecessary?

wmcmahan commented 8 years ago

Thanks @dsernst. Yeah, I meant to change this a while ago. I was definitely confusing.

dsernst commented 8 years ago

👍👍 😄

Thanks for the great library. Was able to hook it all up pretty quickly last night and everything worked like a charm.