tschoffelen / react-native-email-link

📭 Open an email client from React Native (for 'magic link' type functionality).
MIT License
409 stars 74 forks source link

[ANDROID] Error: openComposer #58

Closed max10rogerio closed 4 years ago

max10rogerio commented 4 years ago

I have this error on use openComposer

Screenshot_20200331-225113_mobile 1

react-native: "0.62.0", react-native-email-link: "^1.7.3" smartphone: Samsung Galaxy J7 Prime 2 Android Version: 9

My Code:

function sendMail() {
    openComposer({
      to: 'yourEmail@address.com',
      subject: 'Wanna change the world?',
      body: 'This is our year!',
    });
  }

PR #54

tschoffelen commented 4 years ago

@gekitz any chance you have some time to look at this one maybe?

gekitz commented 4 years ago

I'll have a look

danjenkins commented 4 years ago

@gekitz did you get anywhere with this? I've just hit it

davidgruebl commented 4 years ago

Fixed in https://github.com/tschoffelen/react-native-email-link/pull/61

solomonhawk commented 4 years ago

@gekitz We're hitting this too. Seems like a pretty big problem.

The associated fix is pretty small. Any chance we could see a quick turnaround on a release for that?

Thank you!