question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Share feature not working properly with Google Inbox

See original GitHub issue

Is this a bug report?

Yes

Have you read the Contributing Guidelines?

Yes

Environment

  1. react-native: 0.47.2
  2. node: 8.4.0
  3. npm: 5.3.0
  4. 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

  1. 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`
});
  1. Click on the button/trigger the share feature, and select Google Inbox
  2. 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

Reproducible Snack 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.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:8
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
dsc-iancommented, Jan 12, 2018

Any update on this issue?

0reactions
hramoscommented, Jan 29, 2019

Closing due to lack of follow up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot issues with integrated Gmail - Google Support
This article explains how to fix issues with Google Meet and Chat in Gmail. To fix issues with email, go to the Gmail...
Read more >
The Problem With Gmail and Outlook for Shared Email
Google Collaborative Inbox and Outlook Shared Mailbox features ... don't require collaboration: Shared mailboxes work well for inquiries ...
Read more >
Common Gmail Problems and How to Solve Them - Mailbird
Feeling a sense of dread or frustration because Gmail's not working? See some simple ways of solving the most common Gmail issues.
Read more >
How to Setup a Gmail Shared Inbox - The Keeping Blog
Sign into your Google account.​​ Click the gear icon and go to 'settings' in the menu. A new page will open up with...
Read more >
Is Gmail not working? Try these fixes! - Android Authority
Sometimes, we mess up settings by accident. One that will ensure you can't use Gmail properly is the Sync Gmail option. Go ahead...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found