-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
BugIssue: Author Provided ReproThis issue can be reproduced in Snack or an attached project.This issue can be reproduced in Snack or an attached project.Platform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
- react-native: 0.47.2
- node: 8.4.0
- npm: 5.3.0
- yarn: 0.27.5
- Target Platform:
iPhone 5/6/7, iOS 10.3.3
- Development Operating System:
macOS Sierra 10.12.6
- Build tools:
Xcode v8.3.3
Also, the Google Inbox version I'm using on my phone is 1.3.170813
Steps to Reproduce
- Create a button that uses the Share feature and set a distinct message & title, like this:
import {Share} from 'react-native';
Share.share({
message: `message`,
title: `title`
});
- Click on the button/trigger the share feature, and select Google Inbox
- Observe the email's subject and body
Expected Behavior
The email's subject should be filled with the title
option's value. It's impossible to set up a correct email subject at the moment.
Actual Behavior
The title
option is not used, and the email's subject is actually using the message
option. The email body is entirely pasted to the email's subject field.
Reproducible Demo
Additional info
I can share content using Inbox with other apps without problems, so I don't think it's a problem with Google Inbox itself.
Interestingly, there is a very similar issue on react-native-share
's repo, and another one on this repo.
smrpl6, MatthieuLemoine, GollyJer, ababol, dmackinn and 3 more
Metadata
Metadata
Assignees
Labels
BugIssue: Author Provided ReproThis issue can be reproduced in Snack or an attached project.This issue can be reproduced in Snack or an attached project.Platform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.