1

我想在 Facebook 上分享带有一些预定义文本的图像。为了分享我正在使用 react-native-share 的图像。我可以共享图像,但文本字段始终为空。我在下面分享我正在使用的代码。如果有人知道与图像共享文本的方法,请帮助我。

const shareOptions = {
              title: 'Title Here',
              message: `Text I want to share,
              caption: 'Tried adding the caption here didn't work',
              social: Share.Social.FACEBOOK,
              urls: [facebookImage],
            };
            Share.shareSingle(shareOptions);
4

0 回答 0