Share

Share

Methods

static share(content, options)

Open a dialog to share text content.

In iOS, Returns a Promise which will be invoked an object containing action, activityType. If the user dismissed the dialog, the Promise will still be resolved with action being Share.dismissedAction and all the other keys being undefined.

In Android, Returns a Promise which always be resolved with action being Share.sharedAction.

Content

  • message - a message to share
  • title - title of the message

iOS

  • url - an URL to share

At least one of URL and message is required.

Options

iOS

  • excludedActivityTypes
  • tintColor

Android

  • dialogTitle

static sharedAction()

The content was successfully shared.

static dismissedAction()

The dialog has been dismissed. @platform ios

© 2015–2017 Facebook Inc.
Licensed under the Creative Commons Attribution 4.0 International Public License.
https://facebook.github.io/react-native/docs/share.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部