react-native-share / react-native-share

Social share, sending simple data to other apps.

Home Page:https://react-native-share.github.io/react-native-share

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share.shareSingle not working

canpoyrazoglu opened this issue · comments

Steps to reproduce

Have the following code:

await Share.shareSingle({
       url: URL //link to my valid URL,
       title: 'My App Name',
       social: target,
   });
  • When the target is Facebook it works though it doesn't open the app, it opens Facebook in Safari.
  • When target is Twitter, nothing happens. Objective-C side shows success though nothing comes up. Twitter app isn't installed though I'd expect Twitter to open in Safari (just like Facebook does) which doesn't happen.
  • When target is Instagram, Instagram app opens up but brings up a share sheet with the latest photo in my camera roll.
  • When target is Facebook Messenger, (I don't have it installed) it brings up app store page for Facebook Messenger to install.
  • When target is Telegram, (I don't have it installed) it brings up app store page for Telegram to install.
  • When target is WhatsApp, (I don't have it installed) nothing happens. If it opens App Store page if Facebook Messenger and Telegram if they are not installed, I'd expect the same behavior with WhatsApp too.

Expected behavior

Target social platform's app, or if not installed, web version if available, should open with my URL prepopulated.

Actual behavior

Share.shareSingle works only with Facebook, and even in that case it opens up Facebook web in Safari instead of the Facebook app, which is installed on my device.

Environment

  • React Native version: 0.72.4
  • React Native platform + platform version: iOS 17.1
  • Typescript version (if using typescript): 5.0.4

react-native-share

Version: 9.4.1

add [Facebook] to issue title

I think its related to facebook have different scheme:// and its not listed in your info.plist LSApplicationQueriesSchemes

  • add LSApplicationQueriesSchemes for all shares in docs

@canpoyrazoglu I am having same issue on android. Did you find a fix?

I'm having same issue on IOS 🔴

same problem