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.

Message gets repeated for each image(whatsapp only)

See original GitHub issue

Steps to reproduce

  1. Share multiple images with message on whatsapp

Expected behaviour

I expect the message to not be repeated for each image.

Actual behaviour

The message is appended to each image.

Environment

  • React Native version: 0.55.4
  • React Native platform + platform version: Android 5.0

react-native-share

Version: 1.1.3

A code snippet:

let shareImageBase64 = {
   message: "Hello"
    urls,
    social: Share.Social.WHATSAPP
  };

  Share.open(shareImageBase64);

For each of the image urls, the message gets appended. I would like to send multiple images with the message appearing just once.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Pankti16commented, Sep 30, 2019

No, the user will have to click the WhatsApp icon again.

0reactions
github-actions[bot]commented, May 19, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a “discussion” and i will leave this open

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To See View Once Message Multiple Times In WhatsApp ...
How To See View Once Message Multiple Times In WhatsApp 2021 is What This Video CoversHow to see view once in WhatsApp multiple...
Read more >
How to Stop Sending Duplicate Text Messages on Android
A variety of problems can cause duplicate messages on Android and this article will teach you how to fix that from happening.
Read more >
How can we send multiple photos stacked together in ... - Quora
If you select multiple photos from the gallery and send, whatsapp will automatically show them as stacked together to the receiver.
Read more >
How to Forward WhatsApp Images Without Losing the Captions
You'll have to laboriously forward each captioned image individually, repeating the process for each one. You should note though that View Once ...
Read more >
How to turn disappearing messages on or off - WhatsApp FAQ
You can turn on disappearing messages for multiple existing chats, and new messages sent in the chat will disappear after the duration you...
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