gpt4 book ai didi

React-Native:电子邮件的主题行与使用 Share.share 的消息内容相同

转载 作者:行者123 更新时间:2023-12-05 06:57:05 32 4
gpt4 key购买 nike

这是我一直面临的一个非常奇怪的问题。我正在使用 Share.share,它将消息、主题 (ios) 和标题(对于 gmail)作为参数。在android中它工作正常。即主题行是“我是标题”,而消息正文是“我是格鲁特”。但在 iOS 中,主题行始终与消息相同,如下图所示:Subject line same as the message body任何帮助将不胜感激。提前致谢。

onShare = async () => {
try {
await Share.share(
{
message: "I am groot",
title: "I am the title",
},
{
subject: "I am the subject line",
}
);
} catch (error) {
...
}
};

最佳答案

当我从 react-native-share 导入它时,它没有从 react-native 导入 Share,而是解决了我的问题。

关于React-Native:电子邮件的主题行与使用 Share.share 的消息内容相同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64984429/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com