【问题标题】:How to open mail inbox in react native with Linking.openURL如何使用 Linking.openURL 在本机反应中打开邮件收件箱
【发布时间】:2021-10-16 07:36:46
【问题描述】:

你好,我的名字是 Rajdeep singh。我想问一下如何使用 Linking.openURL 命令打开 gmail 收件箱以响应本机。

请帮帮我。

【问题讨论】:

标签: react-native


【解决方案1】:

阅读这个 - How to launch and open email client React-native?

React Native 打开邮件功能

<Button onPress={() => Linking.openURL('mailto:support@example.com') }
  title="support@example.com" />

React Native Open Mail Function with Subject and Body

<Button onPress={() => Linking.openURL('mailto:support@example.com?subject=SendMail&body=Description') }
  title="support@example.com" />

【讨论】:

    猜你喜欢
    • 2022-11-24
    • 2023-03-20
    • 2018-03-20
    • 2019-09-06
    • 1970-01-01
    • 1970-01-01
    • 2022-11-24
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多