rogchap / react-native-twilio

A React Native wrapper for the Twilio mobile SDK
MIT License
92 stars 43 forks source link

update emitter methods #16

Closed dabit3 closed 8 years ago

dabit3 commented 8 years ago

Newer version of RN are going to deprecate the sendAppEventWithName method and instead are recommending using the RCTEventEmitter sendEventWithName method. I've implemented this in a personal project and it's working great. Let me know if you think this is a good idea. Thanks for the great project, it really helped me out.

dabit3 commented 8 years ago

Sorry, some stuff here needs to be fixed. I'll update with a fresh pr soon.