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.

Not work multi sharing on android

See original GitHub issue

screenshot 2019-01-24 at 15 08 23 Hi. I have problem with multi sharing on android. Version react-native-share: 1.1.3

 await Share.open({
            title: "Screen photos",
            urls: [`${pathToCamera}/QA_portrait.jpg`,
            `${pathToCamera}/QA_landscapeLeft.jpg`,
            `${pathToCamera}/QA_landscapeRight.jpg`]
        });

<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
  <cache-path path="Camera/" name="QA_portrait.jpg" />
  <cache-path path="Camera/" name="QA_landscapeLeft.jpg" />
  <cache-path path="Camera/" name="QA_landscapeRight.jpg" />
</paths>

 ext {
        buildToolsVersion = "27.0.3"
        minSdkVersion = 16
        compileSdkVersion = 27
        targetSdkVersion = 26
        supportLibVersion = "27.1.1"
    }

but share single file is OK for android

 await Share.open({
            title: "Screen photos",
            url: `${pathToCamera}/QA_portrait.jpg`
        });

But, i don’t have problem with multi sharing for iOS.

What should I do?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
evanjmgcommented, Feb 4, 2019

I’m having the same issue

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

Common Screen Sharing Problems and How to Fix Them
Besides being multi-functional, it can enrich all your video and phone calls. ... The Screen Share Feature Not Working After Being in a...
Read more >
Why is my screen share not working? Typical Screen Sharing ...
Here are some quick fixes if your screen share is not working. ... This article will look at several screen-sharing issues and how...
Read more >
Delete, switch, or add users - Android Help - Google Help
Open your device's Settings app. · Tap System And then Multiple users. If you can't find this setting, try searching your Settings app...
Read more >
Supporting Multiple Users | Android Open Source Project
Android supports multiple users on a single Android device by separating user accounts and application data. For instance, parents may allow ...
Read more >
Android multiple shared elements not working with fragments
Unlike traditional Android shared elements, it is not designed around a singular piece of ... Two shared element doesn't work properly.
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