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

Remove dupe openEmailApp() method #113

Closed twelve17 closed 4 years ago

twelve17 commented 4 years ago

Bom dia!

After upgrading to RN 0.6x, the java compiler is erroring out because the openEmailApp() is defined twice.

Not sure why this just started happening, since it appears they have both existed in the file for a year or so, but seeing that both definitions are exact dupes, it seems safe to remove one of them.

lucasferreira commented 4 years ago

Thanks @twelve17 \o/