How do I open up the iOS share sheet?

How do I trigger the opening of the iOS share sheet, and pass data to it? I’d also like access to the “Open in…” action. Do I need to access UIKit’s UIActivityViewController class by doing the foreign code option or is there a Fuse interface?

Hi!

There is no JS abstraction for this as of 0.32, unfortunately. Foreign code would be the way to to.

Hello!

I just posted a repo for share sheet works on Android and iOS give it a try :slight_smile:

https://www.fusetools.com/community/forums/show_and_tell/iosandroid_share_sheet

@Anders - Thank you!

@Heavenchains - Terrific! I’m taking a look at it now. Thanks so much…