Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share.open options doesn't allow message in IOS #1512

Open
jeffreynerona opened this issue Mar 25, 2024 · 1 comment
Open

Share.open options doesn't allow message in IOS #1512

jeffreynerona opened this issue Mar 25, 2024 · 1 comment
Labels
bug stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@jeffreynerona
Copy link

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/

Copy link

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

@github-actions github-actions bot added the stale There has been a lack of activity on this issue and it may be closed soon. label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

1 participant