Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sharing with Google’s Inbox fills the subject incorrectly #89

Closed
benjaminreid opened this issue Dec 20, 2016 · 2 comments
Closed

Sharing with Google’s Inbox fills the subject incorrectly #89

benjaminreid opened this issue Dec 20, 2016 · 2 comments

Comments

@benjaminreid
Copy link

Hello 👋,

On iOS, using Google’s Inbox app to share via email, the subject line gets filled with the message body instead of the specified subject

To recreate, use the simplest test case.

Share.open({
  title: "Email Title",
  subject: "Email subject",
  message: "Email message",
});

This opens Inbox with the title filled correctly, but both the subject and message body equalling "Email message". The subject seems to be ignored completely.

I know this is an edge case, as the majority of people won't be using Inbox but it'd be nice to know if a fix was possible or how to go about avoiding it if possible if it's not the responsibility of react-native-share.

Thanks!

@enieber
Copy link
Collaborator

enieber commented May 9, 2018

what version this occur?

@enieber
Copy link
Collaborator

enieber commented Jan 9, 2019

this issue is in version very old, try with the new version

@enieber enieber closed this as completed Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants