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.

Multiple share in iOS

See original GitHub issue

i have tried multiple share in android its working fine, when i tried to do it in iOS with changed path

var path = RNFS.DocumentDirectoryPath + ‘/’ + trimmedFileName; file is successfully written. so when I try to share with code let shareOptions = { type: "application/pdf", title: "Share Via", message: message, urls: dataArray, }; Share.open(shareOptions);

dataArray holds the urls to downloaded file in array

when i select a medium such as mail only message is viewed and i cant see the files listed in the attachments

but single sharing is working with the code let shareOptions = { type: "application/pdf", title: "Share Via", message: message, url: dataArray[0], }; Share.open(shareOptions);

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
NawazKhanMdcommented, Oct 25, 2018

Yes i did solved using version 1.1.1

0reactions
jgcmarinscommented, Oct 25, 2018

@NawazKhanMd did you solve?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Set up Family Sharing on iPhone - Apple Support
Family Sharing lets you and up to five other family members share access to Apple services, purchases, an iCloud storage plan, and more....
Read more >
How to Share Multiple Contacts From iPhone At Once With ...
Open Connect app if you haven't already opened it and select Groups tab from the bottom. · In the Groups tab, long tap...
Read more >
How to share a group of contacts from your iPhone or iPad
1) Download and launch the Contact Groups app on your iPhone or iPad and allow it to access your contacts. · 2) Tap...
Read more >
Screen Share with the iOS Device - BeyondTrust
iOS mobile devices can share or broadcast their screen to other applications, such as the BeyondTrust customer client app. However, before a user...
Read more >
How to share your screen in FaceTime on iPhone and iPad
Starting in iOS 15.1 and iPadOS 15.1, you can share your screen in a FaceTime call.Topics Covered:0:00 - Intro 0:07 - Start sharing...
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