diff --git a/releases/next/docs/actionsheetios.html b/releases/next/docs/actionsheetios.html index 2b23af0bf7b..fb352533ad6 100644 --- a/releases/next/docs/actionsheetios.html +++ b/releases/next/docs/actionsheetios.html @@ -1,4 +1,5 @@ -
ActionSheetIOS # | Edit on GitHub |
Display the iOS share sheet. The options object should contain
+
ActionSheetIOS # | Edit on GitHub |
Display an iOS action sheet. The options object must contain one or more
+of:
options (array of strings) - a list of button titles (required)cancelButtonIndex (int) - index of cancel button in optionsdestructiveButtonIndex (int) - index of destructive button in optionstitle (string) - a title to show above the action sheetmessage (string) - a message to show below the titleDisplay the iOS share sheet. The options object should contain
one or both of:
message (string) - a message to shareurl (string) - a URL to shareNOTE: if url points to a local file, or is a base64-encoded
uri, the file it points to will be loaded and shared directly.
In this way, you can share images, videos, PDF files, etc.
Examples # | Edit on GitHub |