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 open share action sheet in real device(iOS)

vpenchev-noteris opened this issue · comments

Steps to reproduce

  1. Try to share .csv file in iOS real device with options:
Share.open({
  filename: "Report",
  message: undefined,
  showAppsToView: true,
  title: "Report.csv",
  type: "text/csv",
  url, <-- your base64 string
  urls: undefined,
})
  1. Nothing happens, no errors

Expected behavior

Open the share action sheet in real device iOS

Actual behavior

Nothing happens

Environment

  • React Native version: 0.71.6
  • React Native platform + platform version: iOS 16.5.1
  • Typescript version (if using typescript): 4.8.4

react-native-share

Version: ^9.2.4

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