反应本地IOS共享。 当我在ios上使用共享功能时,应用程序共享所有应用程序文件,而不共享message参数传递的单词。 帮助吗?
Share.share({
message: ('' + this.props.words),
url: '',
title: title
}, {
dialogTitle: title,
excludedActivityTypes: [
'com.apple.UIKit.activity.PostToTwitter'
],
});