From ca38a4ec78fe9111a4ed2c24439f7572a60bbd2d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 3 Dec 2019 12:09:03 +0000 Subject: [PATCH] Deploy website Deploy website version based on 6bab0e3bec944eccace2c8ad2e82a55709dc9d0d --- docs/next/clipboard.html | 10 +++++++++- docs/next/clipboard/index.html | 10 +++++++++- docs/next/dimensions.html | 20 ++++++++++++++++++-- docs/next/dimensions/index.html | 20 ++++++++++++++++++-- 4 files changed, 54 insertions(+), 6 deletions(-) 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