Photo Share works but caption ignored. I am trying to select an image from the user's photo gallery and share it on facebook.
The photo appears in the share dialog without the message text
To Reproduce
Try to share a local file from the gallery with a message.
Image and message show up in email/message sharing but not on facebook sharing.
Facebook sharing only shows image. ( no message)
Expected Behavior
Photo share option opens in FB app.
Code Example
Here is the code.
Selecting from the gallery ( using ImagePicker - react-native-image-picker ) and send a local file url. That gives an error (Also tried base 64 string but that also fails.)
The photoUri is
file:///var/mobile/Containers/Data/Application/2FEA283D-8097-4B51-97A6-9F18081E03AA/tmp/B50672CC-4733-4780-9F88-77BA5A3F8A39.jpg
🐛 Bug Report
Photo Share works but caption ignored. I am trying to select an image from the user's photo gallery and share it on facebook. The photo appears in the share dialog without the message text
To Reproduce
Expected Behavior
Photo share option opens in FB app.
Code Example
Here is the code.
ImagePicker.showImagePicker(options, (response) => {