Share
#
Example- Function Component
- Class Component
Reference
#
Methodsshare()
#
static share(content, options)
Open a dialog to share text content.
In iOS, returns a Promise which will be invoked with an object containing action
and 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. Note that some share options will not appear or work on the iOS simulator.
In Android, returns a Promise which will always be resolved with action being Share.sharedAction
.
#
Contentmessage
- a message to share
#
iOSurl
- an URL to share
At least one of URL and message is required.
#
Androidtitle
- title of the message
#
Options#
iOSsubject
- a subject to share via emailexcludedActivityTypes
tintColor
#
AndroiddialogTitle
sharedAction()
#
static sharedAction()
The content was successfully shared.
dismissedAction()
#
static dismissedAction()
iOS Only. The dialog has been dismissed.