lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
419 stars 159 forks source link

Fix naming consistency #12

Closed sonnylazuardi closed 8 years ago

sonnylazuardi commented 8 years ago

Summary

This will solve the undefined is not a function for addCalendarEvent

Linked Issue

https://github.com/lucasferreira/react-native-send-intent/issues/11

BigPun86 commented 8 years ago

@sonnylazuardi great job! Thanks for mentioning me, works fine now

lucasferreira commented 8 years ago

Thanks @sonnylazuardi and @BigPun86