diff --git a/docs/next/clipboard.html b/docs/next/clipboard.html index 5d16ae7b034..69af3baebd1 100644 --- a/docs/next/clipboard.html +++ b/docs/next/clipboard.html @@ -89,7 +89,15 @@ Clipboard.setString('hello world'); } -

@param the content to be stored in the clipboard.

+

Parameters:

+ + + + + + + +
NameTypeRequiredDescription
contentstringYesThe content to be stored in the clipboard

Notice

Be careful when you're trying to copy to clipboard any data except string and number, some data need additional stringification. For example, if you will try to copy array - Android will raise an exception, but iOS will not.

BackHandlerDatePickerAndroid