在iOS上反应本机共享功能无法共享正确的内容

时间:2018-06-28 09:10:26

标签: ios react-native share native

反应本地IOS共享。 当我在ios上使用共享功能时,应用程序共享所有应用程序文件,而不共享message参数传递的单词。 帮助吗?

Share.share({
    message: ('' + this.props.words),
    url: '',
    title: title
}, {
    dialogTitle: title,
    excludedActivityTypes: [
        'com.apple.UIKit.activity.PostToTwitter'
    ],
});

0 个答案:

没有答案