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.open options doesn't allow message in IOS

jeffreynerona opened this issue · comments

Steps to reproduce

A

  1. Share.open({ url: 'https://github.com', message: 'Hi There' })
  2. Click Instagram contact or instagram app

B

  1. or Share.open({ message: 'Hi There' })
  2. instagram is not in the options

Expected behavior

Scenario A: Should show link and pre-fill message for DM(direct message)
Scenario B: Should show instagram as option and follow behavior for Share.shareSingle({ message: 'Hi', social: Share.Social.INSTAGRAM })

Actual behavior

Scenario A: Link is shown but message is not pre-filled
Scenario B: Instagram is not in the options

Environment

  • React Native version: 0.71.14
  • React Native platform + platform version: iOS 17
  • Typescript version (if using typescript): N/A

react-native-share

Version: 10.0.1

Link to repo (highly encouraged)

https://github.com/

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